m4e_sdk
dart:html
CacheStorage
delete method
delete
m4e_sdk
dart:html
CacheStorage
delete method
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));