prefetch method

Future<void> prefetch(
  1. String url,
  2. int bytes
)

Triggers native prefetching of initial bytes for video url.

Implementation

Future<void> prefetch(String url, int bytes) {
  throw UnimplementedError('prefetch() has not been implemented.');
}