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