HttpService constructor

HttpService(
  1. Client _client,
  2. BaseConfig config
)

Implementation

HttpService(
  this._client,
  this.config,
);