menu
utilities_ab package
documentation
cache/storage_interface.dart
CacheStorage<K, V>
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
V?
>
get
(
K
key
)
Retrieves a value by its key.
Returns the value if found, null otherwise.
Implementation
Future<V?> get(K key);
utilities_ab package
documentation
cache/storage_interface
CacheStorage<K, V>
get abstract method
CacheStorage class