CloseClientFn typedef

CloseClientFn = Future Function(TrackingClient client, bool forceClose)

Closes a HTTP client.

Implementation

typedef CloseClientFn = Future Function(TrackingClient client, bool forceClose);