groupGet abstract method

Future<GroupGetResponse> groupGet(
  1. List<String>? group, {
  2. RpcTag? tag,
  3. int? timeout,
})

Get bandwidth group. more info see: group-get

group is a list of bandwidth group desc name, you can apply group by setting TorrentSetRequestArgs(group: "group_name") on torrentSet;

Implementation

Future<GroupGetResponse> groupGet(List<String>? group,
    {RpcTag? tag, int? timeout});