clearAuthToken method

void clearAuthToken()

Implementation

void clearAuthToken() {
  _prefs!.remove(_token);
}