ResponseExceptionFilter typedef

ResponseExceptionFilter = void Function(HttpClientResponse? res, Exception e)

Implementation

typedef ResponseExceptionFilter = void Function(
    HttpClientResponse? res, Exception e);