torrentReannounce abstract method

Future<TorrentActionResponse<TorrentReannounceRequestParam>> torrentReannounce(
  1. TorrentIds<TorrentId> ids, {
  2. RpcTag? tag,
  3. int? timeout,
})

Re-announce to trackers now. more info see: torrent-reannounce

use TorrentIds.empty apply for all torrents;

Implementation

Future<TorrentActionResponse<TorrentReannounceRequestParam>>
    torrentReannounce(
  TorrentIds ids, {
  RpcTag? tag,
  int? timeout,
});