getCustomer method

Future<Map<String, dynamic>> getCustomer(
  1. String customerId
)

Get customer by ID

Implementation

Future<Map<String, dynamic>> getCustomer(String customerId) {
  throw UnimplementedError('getCustomer() has not been implemented.');
}