torrentStartNow abstract method
Future<TorrentActionResponse<TorrentStartNowRequestParam> >
torrentStartNow(
- TorrentIds<
TorrentId> ids, { - RpcTag? tag,
- int? timeout,
Start start torrent disregarding queue position. more info see: torrent-start-now
use TorrentIds.empty apply for all torrents;
Implementation
Future<TorrentActionResponse<TorrentStartNowRequestParam>> torrentStartNow(
TorrentIds ids, {
RpcTag? tag,
int? timeout,
});