responseInterceptors property

List<ResponseInterceptor> get responseInterceptors

Ordered list of response interceptors executed upon receiving responses.

Implementation

List<ResponseInterceptor> get responseInterceptors =>
    httpClient.responseInterceptors;