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