ping abstract method
Check whether the ROHD extension is running and reachable.
Updates isAvailable and returns true on success.
Safe to call repeatedly (e.g. on a timer for status polling).
Implementation
Future<bool> ping();
Check whether the ROHD extension is running and reachable.
Updates isAvailable and returns true on success.
Safe to call repeatedly (e.g. on a timer for status polling).
Future<bool> ping();