signOut method

void signOut()

Implementation

void signOut() {
  _tokenStore.clear();
  _notifyState();
}