OnStatus typedef

OnStatus = void Function(int statusCode, ClientResponse response)

Callback for custom status code handling.

Implementation

typedef OnStatus = void Function(int statusCode, ClientResponse response);