ping method
override
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
@override
Future<bool> ping() async => false;