torrentSet abstract method

Future<TorrentSetResponse> torrentSet(
  1. TorrentSetRequestArgs args, {
  2. RpcTag? tag,
  3. int? timeout,
})

Set torrents info. more info see: torrent-set

set TorrentIds.torrentSetForAll on ids to apply changes for all torrents;

set FileIndices.empty on filesWanted/filesUnwanted/ priorityHigh/priorityNormal/priorityLow to fetch "all files";

Implementation

Future<TorrentSetResponse> torrentSet(TorrentSetRequestArgs args,
    {RpcTag? tag, int? timeout});