torrentRemove abstract method
Future<TorrentRemoveResponse>
torrentRemove(
- TorrentIds<
TorrentId> ids, { - bool? deleteLocalData,
- RpcTag? tag,
- 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});