HttpClient constructor

HttpClient(
  1. Dio _dio, {
  2. String? baseUrl,
})

Implementation

HttpClient(this._dio, {this.baseUrl});