menu
nice2dev_flutter_ui package
documentation
tools/nice_module_system.dart
NiceFeatureFlagManager
onFlagChanged property
onFlagChanged property
dark_mode
light_mode
onFlagChanged
property
Stream
<
String
>
get
onFlagChanged
Stream of flag keys that have changed.
Implementation
Stream<String> get onFlagChanged => _changeController.stream;
nice2dev_flutter_ui package
documentation
tools/nice_module_system
NiceFeatureFlagManager
onFlagChanged property
NiceFeatureFlagManager class