setAuthenticated static method

void setAuthenticated(
  1. bool value
)

Updates the authentication state.

Implementation

static void setAuthenticated(bool value) {
  _isAuthenticated = value;
}