menu
dartcore package
documentation
cache.dart
Cache
get method
get method
dark_mode
light_mode
get
method
dynamic
get
(
String
key
)
Retrieve an item from the cache
Implementation
dynamic get(String key) { return _cache[key]; }
dartcore package
documentation
cache
Cache
get method
Cache class