unauthenticate method

void unauthenticate()

Implementation

void unauthenticate() {
  _isAuthenticated = false;
  notifyListeners();
}