ping abstract method

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).

Implementation

Future<bool> ping();