removeAuthToken method

void removeAuthToken()

Remove authorization token

Implementation

void removeAuthToken() {
  _dio.options.headers.remove('Authorization');
}