changeBaseUrl method

void changeBaseUrl(
  1. String baseUrl
)

修改默认url

Implementation

void changeBaseUrl(String baseUrl){
  _baseOptions.baseUrl = baseUrl;
  _dio.options = _baseOptions;
}