Get the customer data.
Future<Customer> getCustomer({required String customerId}) { throw UnimplementedError('getCustomer() has not been implemented.'); }