isLoggedInSync static method

bool isLoggedInSync()

Check if user is logged in (synchronous, uses cached data).

Implementation

static bool isLoggedInSync() {
  return authStateNotifier.value;
}