isVideoCached method

Future<bool> isVideoCached(
  1. String url
)

Checks if a video is cached locally.

Implementation

Future<bool> isVideoCached(String url) {
  throw UnimplementedError('isVideoCached() has not been implemented.');
}