InterceptorSendCallback typedef

InterceptorSendCallback = void Function(RequestOptions options, RequestInterceptorHandler handler)

The signature of Interceptor.onRequest.

Implementation

typedef InterceptorSendCallback = void Function(
  RequestOptions options,
  RequestInterceptorHandler handler,
);