add box selected product
This commit is contained in:
@@ -222,4 +222,8 @@ class CartNotifier extends ChangeNotifier {
|
||||
);
|
||||
calculatePrice();
|
||||
}
|
||||
}
|
||||
|
||||
num getTotalAmount() {
|
||||
return totalPayableAmount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user