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