getVideo static method

Future<File> getVideo(
  1. String url
)

Lấy video

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

Implementation

static Future<File> getVideo(String url) {
  return _VideoCacheManager().getCacheFile(url);
}