getCartSummary method Null safety

Future<CartSummaryModel> getCartSummary(
  1. {required int customerId}
)

Get all the information about cart for checkout

Implementation

Future<CartSummaryModel> getCartSummary({required int customerId});