menu
fast_app package
documentation
cache/app_cache.dart
AppCache
saveInt static method
saveInt static method
dark_mode
light_mode
saveInt
static method
dynamic
saveInt
(
dynamic
k
,
dynamic
v
)
Implementation
static saveInt(k, v) { _prefs?.setInt(k, v); }
fast_app package
documentation
cache/app_cache
AppCache
saveInt static method
AppCache class