isLoggedInSync static method
Check if user is logged in (synchronous, uses cached data).
Implementation
static bool isLoggedInSync() {
return authStateNotifier.value;
}
Check if user is logged in (synchronous, uses cached data).
static bool isLoggedInSync() {
return authStateNotifier.value;
}