menu
flutter_project_package package
documentation
config/app_config.dart
AppConfig
update method
update method
dark_mode
light_mode
update
method
void
update
(
String
key
,
dynamic
value
)
Implementation
void update(String key, dynamic value) { _config[key] = value; }
flutter_project_package package
documentation
config/app_config
AppConfig
update method
AppConfig class