menu
entao_hare package
documentation
app/app.dart
FileConfig
put method
put method
dark_mode
light_mode
put
method
void
put
(
String
key
,
dynamic
value
)
Implementation
void put(String key, dynamic value) { configMap[key] = value; _triggerSave(); }
entao_hare package
documentation
app/app
FileConfig
put method
FileConfig class