customerSummary method Null safety

Future<CustomerSummaryModel> customerSummary(
  1. {required int customerId}
)

Use it to get user's profile points and wishlist number

Implementation

Future<CustomerSummaryModel> customerSummary({required int customerId});