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