isAvailable property

  1. @override
ValueNotifier<bool> isAvailable
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);