deleteGroup abstract method

Future<DeleteGroupResponse> deleteGroup(
  1. ServiceCall call,
  2. GroupId request
)

Implementation

$async.Future<$1.DeleteGroupResponse> deleteGroup(
    $grpc.ServiceCall call, $1.GroupId request);