FancyDioInterceptor constructor

FancyDioInterceptor({
  1. FancyDioInspectorOptions options = const FancyDioInspectorOptions(),
  2. OnRequestCreated? onRequestCreated,
  3. OnResponseCreated? onResponseCreated,
  4. OnErrorCreated? onErrorCreated,
})

Implementation

FancyDioInterceptor({
  this.options = const FancyDioInspectorOptions(),
  this.onRequestCreated,
  this.onResponseCreated,
  this.onErrorCreated,
}) {
  logger.options = options;
}