getCurrentCustomer method

Future<Map<String, dynamic>?> getCurrentCustomer()

Get current customer information.

Implementation

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