RequestInterceptorFlow<T> constructor

RequestInterceptorFlow<T>(
  1. Request<T> request, {
  2. bool terminate = false,
  3. Response<T>? response,
})

Implementation

RequestInterceptorFlow(this.request, {this.terminate = false, this.response});