queueMoveDown abstract method

Future<QueueMoveResponse<QueueMoveDownReqeustParam>> queueMoveDown(
  1. TorrentIds<TorrentId> ids, {
  2. RpcTag? tag,
  3. int? timeout,
})

Move torrent down from queue. more info see: queue-move-down

Implementation

Future<QueueMoveResponse<QueueMoveDownReqeustParam>> queueMoveDown(
  TorrentIds ids, {
  RpcTag? tag,
  int? timeout,
});