ResponseInterceptor<T> typedef

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

Implementation

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