DioInterceptor constructor

DioInterceptor({
  1. required HttpsDebug httpsDebugController,
})

Implementation

DioInterceptor({
  required this.httpsDebugController,
});