getGroup_Pre method

Future<Group> getGroup_Pre(
  1. ServiceCall $call,
  2. Future<GroupId> $request
)

Implementation

$async.Future<$1.Group> getGroup_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.GroupId> $request) async {
  return getGroup($call, await $request);
}