intercept<BodyType> abstract method

FutureOr<Response<BodyType>> intercept<BodyType>(
  1. Chain<BodyType> chain
)

Implementation

FutureOr<Response<BodyType>> intercept<BodyType>(Chain<BodyType> chain);