torrentGet abstract method
Future<TorrentGetResponse>
torrentGet(
- List<
TorrentGetArgument> fields, { - TorrentIds<
TorrentId> ? ids, - RpcTag? tag,
- int? timeout,
Get torrents info. more info see: torrent-get
leave ids
null or use TorrentIds.empty apply for all torrents;
If ids
are set to TorrentIds.recently, then response set
TorrentGetResponseParam.removed with only the 'id' field of recently
removed torrents.
Implementation
Future<TorrentGetResponse> torrentGet(List<TorrentGetArgument> fields,
{TorrentIds? ids, RpcTag? tag, int? timeout});