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