FancyDioInterceptor constructor
FancyDioInterceptor({
- FancyDioInspectorOptions options = const FancyDioInspectorOptions(),
- OnRequestCreated? onRequestCreated,
- OnResponseCreated? onResponseCreated,
- OnErrorCreated? onErrorCreated,
Implementation
FancyDioInterceptor({
this.options = const FancyDioInspectorOptions(),
this.onRequestCreated,
this.onResponseCreated,
this.onErrorCreated,
}) {
logger.options = options;
}