menu
flutter_state_beacon package
documentation
flutter_state_beacon.dart
WritableBeacon<T>
set method
set method
dark_mode
light_mode
set
method
void
set
(
T
newValue
, {
bool
force
=
false
,
})
Implementation
void set(T newValue, {bool force = false}) { _setValue(newValue, force: force); }
flutter_state_beacon package
documentation
flutter_state_beacon
WritableBeacon<T>
set method
WritableBeacon class