isAuthenticated property
bool
get
isAuthenticated
Whether there is a confirmed session.
Implementation
bool get isAuthenticated => this is Authenticated;
Whether there is a confirmed session.
bool get isAuthenticated => this is Authenticated;