approveProjectContact method

ResponseFuture<IdentifierResponse> approveProjectContact(
  1. IdentifierWithUserComment request, {
  2. CallOptions? options,
})

Approve a contact

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> approveProjectContact(
  $1.IdentifierWithUserComment request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$approveProjectContact, request, options: options);
}