torrentStart abstract method

Start a torrent. more info see: torrent-start

use TorrentIds.empty apply for all torrents;

Implementation

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