getFile static method

Future<File> getFile(
  1. String url
)

Lấy file

Nếu ko có file dưới cache thì tự động lưu cache

Implementation

static Future<File> getFile(String url) {
  return _FileCacheManager().getCacheFile(url);
}