ResponseInterceptor<T> typedef

ResponseInterceptor<T> = Future<Response<T>?> Function(Request<T> request, Type targetType, HttpClientResponse response)

Implementation

typedef ResponseInterceptor<T> = Future<Response<T>?> Function(
    Request<T> request, Type targetType, HttpClientResponse response);