torrentSetLocation abstract method

Future<TorrentSetLocationResponse> torrentSetLocation(
  1. TorrentSetLocationArgs args, {
  2. RpcTag? tag,
  3. int? timeout,
})

Moving a torrent. more info see: torrent-set-location

If move param not passed, server default behavior will be used;

Implementation

Future<TorrentSetLocationResponse> torrentSetLocation(
    TorrentSetLocationArgs args,
    {RpcTag? tag,
    int? timeout});