clearSession method

void clearSession()

Clear the persisted token and cached data (logout)

Implementation

void clearSession() {
  _authToken = null;
  _cachedOptions = null;
}