has method - CacheStorage class - dart:html library (original) (raw)
Future has(
- String cacheName )
Implementation
Future has(String cacheName) =>
promiseToFuture(JS("", "#.has(#)", this, cacheName));
Future has(
Future has(String cacheName) =>
promiseToFuture(JS("", "#.has(#)", this, cacheName));