isActive property
final
Whether cross-probing is currently active.
When false, neither send broadcasts nor incoming messages from
the channel are delivered to incomingSignals.
Implementation
@override
final ValueNotifier<bool> isActive = ValueNotifier<bool>(true);