torrentStop abstract method

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,
});