addTorrent method

Future<String> addTorrent(
  1. String torrentFile, {
  2. List<String>? webseedUris,
  3. Map<String, String>? options,
  4. int position = -1,
})

Implementation

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