isActive property

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