proceed abstract method

FutureOr<Response<BodyType>> proceed(
  1. Request request
)

Proceed to the next interceptor in the chain. Provide the request to be processed by the next interceptor.

Implementation

FutureOr<Response<BodyType>> proceed(Request request);