groupGet abstract method
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});