menu
entao_hare package
documentation
app/app.dart
AppMap
putString static method
putString static method
dark_mode
light_mode
putString
static method
void
putString
(
String
key
,
String
value
)
Implementation
static void putString(String key, String value) { appMap[key] = value; }
entao_hare package
documentation
app/app
AppMap
putString static method
AppMap class