Callback typedef

Callback = void Function(BaseResponse response)

Callback is a typedef for a callback function used in all clients.

Implementation

typedef Callback = void Function(http.BaseResponse response);