menu
edge_dart_runtime package
documentation
cache/cache_storage.dart
CacheStorage
has method
has method
dark_mode
light_mode
has
method
Future
<
bool
>
has
(
String
cacheName
)
Implementation
Future<bool> has(String cacheName) async { return _delegate.has(cacheName); }
edge_dart_runtime package
documentation
cache/cache_storage
CacheStorage
has method
CacheStorage class