ResponseInterceptorFlow<T> constructor

ResponseInterceptorFlow<T>(
  1. Response response, {
  2. bool terminate = false,
  3. bool startAgain = false,
  4. Request requestDecorator(
    1. Request prevRequest
    )?,
})

Implementation

ResponseInterceptorFlow(this.response, {this.terminate = false, this.startAgain = false, this.requestDecorator});