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