torrentVerify abstract method

Verify torrent. more info see: torrent-verify

use TorrentIds.empty apply for all torrents;

Implementation

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