CloseClientFn typedef Null safety
Closes a HTTP client.
Implementation
typedef CloseClientFn = Future Function(TrackingClient client, bool forceClose);
Closes a HTTP client.
typedef CloseClientFn = Future Function(TrackingClient client, bool forceClose);