RequestInterceptorClient constructor

RequestInterceptorClient(
  1. Client client,
  2. Iterable<RequestInterceptorCallback> interceptors
)

Implementation

RequestInterceptorClient(
  super.client,
  this.interceptors,
);