proxy method

Http proxy(
  1. String? proxy
)

Implementation

Http proxy(String? proxy) {
  setDioClient(this, proxy: proxy);
  return this;
}