menu
gt_image_viewer package
documentation
image_handler/cache_manager_helper.dart
CacheManagerHelper
isCached static method
isCached static method
dark_mode
light_mode
isCached
static method
Future
<
bool
>
isCached
(
String
url
)
Implementation
static Future<bool> isCached(String url) => _instance.isImageCached(url);
gt_image_viewer package
documentation
image_handler/cache_manager_helper
CacheManagerHelper
isCached static method
CacheManagerHelper class