customerSummary method Null safety
- {required int customerId}
Use it to get user's profile points and wishlist number
Implementation
Future<CustomerSummaryModel> customerSummary({required int customerId});
Use it to get user's profile points and wishlist number
Future<CustomerSummaryModel> customerSummary({required int customerId});