resendContactEmailCode method

ResponseFuture<ResendContactEmailCodeResponse> resendContactEmailCode(
  1. ResendContactEmailCodeRequest request, {
  2. CallOptions? options,
})

Resend the contact email code

Resend the email with the verification code for the contact email address.

Implementation

$grpc.ResponseFuture<$0.ResendContactEmailCodeResponse>
    resendContactEmailCode(
  $0.ResendContactEmailCodeRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$resendContactEmailCode, request,
      options: options);
}