widget/functions library

Functions

doesFileExist(String? filePath) Future<bool>
downloadImageToCache(String imageUrl) Future<String?>
downloadImageToLocalCache(String imageUrl, String imageName) Future<String?>
Download locally the file and return the file path if succes, or null if error.