preCache static method
Implementation
static Future<void> preCache(DataSource dataSource, int preCacheSize) async =>
_videoPlayerPlatform.preCache(dataSource, preCacheSize);
static Future<void> preCache(DataSource dataSource, int preCacheSize) async =>
_videoPlayerPlatform.preCache(dataSource, preCacheSize);