authenticate method

void authenticate()

Implementation

void authenticate() {
  _isAuthenticated = true;
  notifyListeners();
}