menu
keystone_network package
documentation
core/api_cache.dart
CacheStorage
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
String
?
>
get
(
String
key
)
Retrieve a previously stored value, or null if missing / expired.
Implementation
Future<String?> get(String key);
keystone_network package
documentation
core/api_cache
CacheStorage
get abstract method
CacheStorage class