menu
js_bindings package
documentation
bindings/service_workers.dart
PropsCacheStorage
keys method
keys method
dark_mode
light_mode
keys
method
Future
<
Iterable
<
String
>
>
keys
(
)
Implementation
Future<Iterable<String>> keys() => js_util.promiseToFuture(js_util.callMethod(this, 'keys', []));
js_bindings package
documentation
bindings/service_workers
PropsCacheStorage
keys method
PropsCacheStorage extension on
CacheStorage