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