visitorDiscountNotification method Null safety

Future<String> visitorDiscountNotification(
  1. {required List<CartSkuModel> cartSkuModel}
)

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

Implementation

Future<String> visitorDiscountNotification(
    {required List<CartSkuModel> cartSkuModel});