menu
app_framework_component package
documentation
auth/auth_session.dart
AuthSession
loggedIn property
loggedIn property
dark_mode
light_mode
loggedIn
property
@
nonVirtual
bool
get
loggedIn
Returns if the user is currently logged in
Implementation
@nonVirtual bool get loggedIn => accessToken != null;
app_framework_component package
documentation
auth/auth_session
AuthSession
loggedIn property
AuthSession class