removeDownload method

Future<int> removeDownload(
  1. String gid, {
  2. bool force = false,
})

Implementation

Future<int> removeDownload(String gid, {bool force = false}) {
  throw UnimplementedError('removeDownload() has not been implemented.');
}