menu
fast_app package
documentation
cache/fast_cache.dart
getStoreValue function
getStoreValue function
dark_mode
light_mode
getStoreValue
function
Future
<
String
?
>
getStoreValue
(
String
k
)
Implementation
Future<String?> getStoreValue(String k) async { return await getStoreByKey(k); }
fast_app package
documentation
cache/fast_cache
getStoreValue function
fast_cache library