preCache method

Future<void> preCache(
  1. DataSource dataSource,
  2. int preCacheSize
)

Pre-caches a video.

Implementation

Future<void> preCache(DataSource dataSource, int preCacheSize) {
  throw UnimplementedError('preCache() has not been implemented.');
}