DioApiHandlerConfig constructor
DioApiHandlerConfig({})
Implementation
DioApiHandlerConfig({
required this.baseUrl,
this.token,
this.connectTimeout,
this.receiveTimeout,
this.onError,
});
DioApiHandlerConfig({
required this.baseUrl,
this.token,
this.connectTimeout,
this.receiveTimeout,
this.onError,
});