getCartSummary method Null safety
- {required int customerId}
Get all the information about cart for checkout
Implementation
Future<CartSummaryModel> getCartSummary({required int customerId});
Get all the information about cart for checkout
Future<CartSummaryModel> getCartSummary({required int customerId});