InjectRequest typedef

InjectRequest = void Function(RequestOptions options, RequestInterceptorHandler handler)

Implementation

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