saveVideoToCache static method

Future<File> saveVideoToCache(
  1. String url
)

Lưu video xuống cache

Implementation

static Future<File> saveVideoToCache(String url) {
  return _VideoCacheManager().saveToCache(url);
}