cacheGetFile static method
取缓存文件
Implementation
static Future<File?> cacheGetFile(String url,
{String? cacheKey, String? cacheTag}) async {
return await hwCacheGetFile(url,
cacheKey: keyToTagMd5(url, cacheKey, cacheTag));
}
取缓存文件
static Future<File?> cacheGetFile(String url,
{String? cacheKey, String? cacheTag}) async {
return await hwCacheGetFile(url,
cacheKey: keyToTagMd5(url, cacheKey, cacheTag));
}