approveProjectContact_Pre method
Future<IdentifierResponse>
approveProjectContact_Pre(
- ServiceCall $call,
- Future<
IdentifierWithUserComment> $request
Implementation
$async.Future<$1.IdentifierResponse> approveProjectContact_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.IdentifierWithUserComment> $request) async {
return approveProjectContact($call, await $request);
}