clearAuth method

void clearAuth()

Clear authentication

Implementation

void clearAuth() {
  _apiClient
    ..removeAuthToken()
    ..removeOrganization();
}