torrentSetLocation abstract method
Future<TorrentSetLocationResponse>
torrentSetLocation(
- TorrentSetLocationArgs args, {
- RpcTag? tag,
- 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});