clearToken method

void clearToken()

清除Token

Implementation

void clearToken() {
  _token = null;
  _tokenGetter = null;
}