InjectError typedef

InjectError = void Function(DioError dioError, ErrorInterceptorHandler handler)

Implementation

typedef InjectError = void Function(
  DioError dioError,
  ErrorInterceptorHandler handler,
);