isAuthenticated property

bool isAuthenticated

Specifies if user is authenticated

Implementation

bool get isAuthenticated {
  return _authService.isAuthenticated;
}