isAuthenticated property

bool get isAuthenticated

Whether user is authenticated

Implementation

bool get isAuthenticated => _tokenStorage.accessToken != null;