isLoggedIn property

bool isLoggedIn

Returns a boolean whether the current user is logged in.

Implementation

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