Check if video is fully cached.
Future<bool> isCached(String url) async { return CacheMetadataStore.isComplete(url); }