menu
nudge_flutter_sd_ui package
documentation
utils/media_cache_helper.dart
NudgeCacheManager
preCacheImage method
preCacheImage method
dark_mode
light_mode
preCacheImage
method
Future
<
void
>
preCacheImage
(
String
url
)
Implementation
Future<void> preCacheImage(String url) async { await _customLongCacheManager.downloadFile(url); }
nudge_flutter_sd_ui package
documentation
utils/media_cache_helper
NudgeCacheManager
preCacheImage method
NudgeCacheManager class