getCustomerService method

CustomerService getCustomerService()

Implementation

CustomerService getCustomerService() {
  _customerService ??= CustomerService(this);
  return _customerService!;
}