HttpService constructor
HttpService({})
Implementation
HttpService({
required this.baseUrl,
this.connectTimeout,
this.receiveTimeout,
this.retryEnable = true,
this.interceptors,
this.proxyConfig,
});
HttpService({
required this.baseUrl,
this.connectTimeout,
this.receiveTimeout,
this.retryEnable = true,
this.interceptors,
this.proxyConfig,
});