clearAuthToken method

void clearAuthToken()

Implementation

void clearAuthToken() {
  dio.options.headers.remove('x-jwt-token');
}