menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
CacheStorage
has method
has method
dark_mode
light_mode
has
method
Future
<
bool
>
has
(
String
cacheName
)
Implementation
Future<bool> has(String cacheName) => Future<bool>.value(_caches.containsKey(cacheName));
s_packages package
documentation
universal_html/prefer_universal/html
CacheStorage
has method
CacheStorage class