setAuthenticated static method
Updates the authentication state.
Implementation
static void setAuthenticated(bool value) {
_isAuthenticated = value;
}
Updates the authentication state.
static void setAuthenticated(bool value) {
_isAuthenticated = value;
}