isTenantAdmin method

bool isTenantAdmin()

Implementation

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