isAvailable property
final
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
@override
final isAvailable = ValueNotifier<bool>(false);