isAuthenticated property
bool
get
isAuthenticated
Whether user is authenticated
Implementation
bool get isAuthenticated => _tokenStorage.accessToken != null;
Whether user is authenticated
bool get isAuthenticated => _tokenStorage.accessToken != null;