queueMoveBottom abstract method
Future<QueueMoveResponse<QueueMoveBottomReqeustParam> >
queueMoveBottom(
- TorrentIds<
TorrentId> ids, { - RpcTag? tag,
- 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,
});