clearAuthToken method

void clearAuthToken()

Clear auth token

Implementation

void clearAuthToken() {
  _api.clearAuthToken();
}