DioUtil.internal constructor

DioUtil.internal({
  1. String? baseUrl,
  2. List<Interceptor>? interceptor,
})

Implementation

DioUtil.internal({String? baseUrl, List<Interceptor>? interceptor}) {
  _instance = this;
  _instance!._init(baseUrl, interceptor);
}