menu
sandboxed package
documentation
provider/settings.dart
SettingStorage
update method
update method
dark_mode
light_mode
update
method
void
update
(
Settings
update
(
Settings
current
)
)
Implementation
void update(Settings Function(Settings current) update) { state = update(state); }
sandboxed package
documentation
provider/settings
SettingStorage
update method
SettingStorage class