HttpService constructor
HttpService(
- Client _client,
- BaseConfig config
Implementation
HttpService(
this._client,
this.config,
);
HttpService(
this._client,
this.config,
);