checks whether anyone is currently logged in
Future<bool> get isAnyoneLoggedIn async => await _c_user != null;