Dart
dart:html
CacheStorage
delete method
delete
Dart
dart:html
CacheStorage
delete method
CacheStorage class
Properties
hashCode
runtimeType
Methods
delete
has
keys
match
open
noSuchMethod
toString
Operators
operator ==
description
delete
method
Future
delete
(
String
cacheName
)
Implementation
Future delete(
String
cacheName) => promiseToFuture(JS(
""
,
"#.delete(#)"
,
this
, cacheName));
Cookies management controls