OnSuccess typedef
OnSuccess =
void Function(ClientResponse response)
Callback for successful responses.
Implementation
typedef OnSuccess = void Function(ClientResponse response);
Callback for successful responses.
typedef OnSuccess = void Function(ClientResponse response);