ApiClient constructor

ApiClient({
  1. String basePath = "http://localhost",
  2. dynamic apiClientDelegate,
})

Implementation

ApiClient({this.basePath = "http://localhost", apiClientDelegate})
    : this.apiClientDelegate = apiClientDelegate ?? DioClientDelegate();