setBaseUrl static method

XHttp setBaseUrl(
  1. String baseUrl
)

Implementation

static XHttp setBaseUrl(String baseUrl) {
  dio?.options.baseUrl = baseUrl;
  return _instance;
}