preCache static method

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

Implementation

static Future preCache(DataSource dataSource, int preCacheSize) async {
  return _videoPlayerPlatform.preCache(dataSource, preCacheSize);
}