resendContactEmailCode method
ResponseFuture<ResendContactEmailCodeResponse>
resendContactEmailCode(
- ResendContactEmailCodeRequest request, {
- 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);
}