cartDiscountNotification method Null safety
- {required int customerId}
Called first thing in cart page to get all client's discounts
Implementation
Future<String> cartDiscountNotification({required int customerId});
Called first thing in cart page to get all client's discounts
Future<String> cartDiscountNotification({required int customerId});