isVideoCached static method

Future<bool> isVideoCached(
  1. String url
)

Kiểm tra video có lưu cache chưa

Implementation

static Future<bool> isVideoCached(String url) {
  return _VideoCacheManager().isCached(url);
}