ResponseProcessor typedef

ResponseProcessor = void Function(HttpClient client, Object request, HttpResponse response)

Implementation

typedef ResponseProcessor = void Function(
    HttpClient client, Object request, HttpResponse response);