isLoggedIn property
bool
get
isLoggedIn
Returns a boolean whether the current user is logged in.
Implementation
bool get isLoggedIn => getSession()?.loggedIn ?? false;
Returns a boolean whether the current user is logged in.
bool get isLoggedIn => getSession()?.loggedIn ?? false;