getProjectsByGroup_Pre method

Future<ProjectList> getProjectsByGroup_Pre(
  1. ServiceCall $call,
  2. Future<GroupId> $request
)

Implementation

$async.Future<$0.ProjectList> getProjectsByGroup_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.GroupId> $request) async {
  return getProjectsByGroup($call, await $request);
}