PingCallback typedef

PingCallback = Future<bool> Function()

Callback for checking connection health.

Returns true if connection is healthy

Implementation

typedef PingCallback = Future<bool> Function();