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