menu
edge_dart_runtime package
documentation
cache/cache_storage.dart
CacheStorage
keys method
keys method
dark_mode
light_mode
keys
method
Future
<
Iterable
<
String
>
>
keys
(
)
Implementation
Future<Iterable<String>> keys() async { return _delegate.keys(); }
edge_dart_runtime package
documentation
cache/cache_storage
CacheStorage
keys method
CacheStorage class