verifyContactEmail method
ResponseFuture<VerifyContactEmailResponse>
verifyContactEmail(
- VerifyContactEmailRequest request, {
- CallOptions? options,
Verify the contact email
Verify the contact email with the provided code.
Implementation
$grpc.ResponseFuture<$0.VerifyContactEmailResponse> verifyContactEmail(
$0.VerifyContactEmailRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$verifyContactEmail, request, options: options);
}