removeDownload method

Future<bool> removeDownload(
  1. String url
)

Removes a downloaded video from the cache.

Implementation

Future<bool> removeDownload(String url) {
  throw UnimplementedError('removeDownload() has not been implemented.');
}