isAuthenticated property
bool
get
isAuthenticated
isAuthenticated is used to check the authentication state of the app. Generally, this would check the value of authObject to return the state of authentication.
Implementation
bool get isAuthenticated;