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