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