verifyContactEmail method

ResponseFuture<VerifyContactEmailResponse> verifyContactEmail(
  1. VerifyContactEmailRequest request, {
  2. 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);
}