InterceptorClient constructor

InterceptorClient(
  1. Client client, {
  2. Iterable<RequestInterceptorCallback>? requestInterceptors,
  3. Iterable<ResponseInterceptorCallback>? responseInterceptors,
})

Implementation

InterceptorClient(
  super.client, {
  this.requestInterceptors,
  this.responseInterceptors,
});