approveProjectContact_Pre method

Future<IdentifierResponse> approveProjectContact_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierWithUserComment> $request
)

Implementation

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