getCustomer method

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

Implementation

Future<Map> getCustomer(String token, String customerId) {
  throw UnimplementedError("Get Customer has not been implemented");
}