torrentVerify abstract method
Future<TorrentActionResponse<TorrentVerifyRequestParam> >
torrentVerify(
- TorrentIds<
TorrentId> ids, { - RpcTag? tag,
- int? timeout,
Verify torrent. more info see: torrent-verify
use TorrentIds.empty apply for all torrents;
Implementation
Future<TorrentActionResponse<TorrentVerifyRequestParam>> torrentVerify(
TorrentIds ids, {
RpcTag? tag,
int? timeout,
});