groupSet abstract method

Future<GroupSetResponse> groupSet(
  1. GroupSetRequestArgs args, {
  2. RpcTag? tag,
  3. int? timeout,
})

Set bandwith group more info see: group-set

Implementation

Future<GroupSetResponse> groupSet(GroupSetRequestArgs args,
    {RpcTag? tag, int? timeout});