configure method

void configure(
  1. DioConfig config
)

Implementation

void configure(DioConfig config) {
  _dio.options = config.options;
}