prefetch method

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

Implementation

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