ResponseExceptionFilter typedef

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

Implementation

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