preCache static method

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

Implementation

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