isAvailable property

ValueNotifier<bool> get isAvailable

Whether the ROHD extension is reachable.

Updated after ping resolves and whenever the client detects a disconnection. Viewers can listen to this notifier to show/hide a status icon.

Implementation

ValueNotifier<bool> get isAvailable;