isSystemAdmin method

bool isSystemAdmin()

Implementation

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