cartDiscountNotification method Null safety

Future<String> cartDiscountNotification(
  1. {required int customerId}
)

Called first thing in cart page to get all client's discounts

Implementation

Future<String> cartDiscountNotification({required int customerId});