isCustomerUser method

bool isCustomerUser()

Implementation

bool isCustomerUser() {
  return _authUser != null && _authUser!.isCustomerUser();
}