HttpClient constructor

HttpClient(
  1. Dio _dio,
  2. String lang
)

Implementation

HttpClient(this._dio, this.lang);