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