queueMoveBottom abstract method

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

Move torrent at bottom of queue. more info see: queue-move-bottom

Implementation

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