torrentRemove abstract method

Future<TorrentRemoveResponse> torrentRemove(
  1. TorrentIds<TorrentId> ids, {
  2. bool? deleteLocalData,
  3. RpcTag? tag,
  4. int? timeout,
})

Removing a torrent. more info see: torrent-remove

If deleteLocalData is not passed, server default behavior will be used;

Implementation

Future<TorrentRemoveResponse> torrentRemove(TorrentIds ids,
    {bool? deleteLocalData, RpcTag? tag, int? timeout});