getImage static method

Future<File> getImage(
  1. String url
)

Lấy ảnh

Nếu không có ảnh dưới cache thì tự động lưu cache

Implementation

static Future<File> getImage(String url) {
  return _ImageCacheManager().getCacheFile(url);
}