menu
dynamic_cache package
documentation
sources/dynamic_cache.dart
IDynamicCache
get<T> abstract method
get<T> abstract method
dark_mode
light_mode
get<
T
>
abstract method
T?
get
<
T
>(
String
key
)
Get a value from the cache by key.
Implementation
T? get<T>(String key);
dynamic_cache package
documentation
sources/dynamic_cache
IDynamicCache
get<T> abstract method
IDynamicCache class