torrentStartNow abstract method

Start start torrent disregarding queue position. more info see: torrent-start-now

use TorrentIds.empty apply for all torrents;

Implementation

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