Future<String> addTorrent( String torrentFile, { List<String>? webseedUris, Map<String, String>? options, int position = -1, }) { throw UnimplementedError('addTorrent() has not been implemented.'); }