clearAuthToken method

void clearAuthToken()

Implementation

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