ApiClient constructor
ApiClient({
- String basePath = "http://localhost",
- dynamic apiClientDelegate,
Implementation
ApiClient({this.basePath = "http://localhost", apiClientDelegate})
: this.apiClientDelegate = apiClientDelegate ?? DioClientDelegate();