menu
flutter_shared_utils package
documentation
flutter_shared_utils.dart
RuntimeCachingUtil
getCachedVariable<T> method
getCachedVariable<T> method
dark_mode
light_mode
getCachedVariable<
T
>
method
T?
getCachedVariable
<
T
>(
String
key
)
Implementation
T? getCachedVariable<T>(String key) { return _cache[key] as T?; }
flutter_shared_utils package
documentation
flutter_shared_utils
RuntimeCachingUtil
getCachedVariable<T> method
RuntimeCachingUtil class