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