verifyContactEmail method
ResponseFuture<VerifyContactEmailResponse>
verifyContactEmail(
- VerifyContactEmailRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.VerifyContactEmailResponse> verifyContactEmail($0.VerifyContactEmailRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$verifyContactEmail, request, options: options);
}