onGateChanged property

Stream<(FeatureGate, bool)> get onGateChanged

Stream of gate change events as (gate, newValue) tuples.

Implementation

Stream<(FeatureGate, bool)> get onGateChanged => _changeController.stream;