isLoggedIn property

bool get isLoggedIn

Returns a boolean whether the current user is logged in.

Implementation

bool get isLoggedIn => getSession()?.loggedIn ?? false;