updateCustomer method
Implementation
Future<Map> updateCustomer(
String token, String customerId, Map<String, dynamic> newCustomerInfo) {
throw UnimplementedError("Update Customer has not been implemented");
}
Future<Map> updateCustomer(
String token, String customerId, Map<String, dynamic> newCustomerInfo) {
throw UnimplementedError("Update Customer has not been implemented");
}