InterceptorErrorCallback typedef

InterceptorErrorCallback = void Function(DioError e, ErrorInterceptorHandler handler)

Implementation

typedef InterceptorErrorCallback = void Function(
  DioError e,
  ErrorInterceptorHandler handler,
);