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