last commit 😄

merge-update-with-lab-changes
Mohammad Aljammal 4 years ago
parent d4283c0116
commit f424315a19

@ -340,6 +340,7 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
}
addToShoppingCartFunction({quantity,itemID,ProductDetailViewModel model})async{
await model.addToCartData(quantity,itemID);
}
addToWishlistFunction({itemID, ProductDetailViewModel model}) async {

Loading…
Cancel
Save