hwCacheGetFile function

Future hwCacheGetFile(
  1. String url, {
  2. String? cacheKey,
  3. String? cacheTag,
})

取缓存文件

Implementation

Future<dynamic> hwCacheGetFile(String url,
        {String? cacheKey, String? cacheTag}) =>
    throw UnsupportedError("unsupported");