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