resendContactPhoneCode method

ResponseFuture<ResendContactPhoneCodeResponse> resendContactPhoneCode(
  1. ResendContactPhoneCodeRequest request, {
  2. CallOptions? options,
})

Resend the contact phone code

Resend the phone with the verification code for the contact phone number.

Implementation

$grpc.ResponseFuture<$0.ResendContactPhoneCodeResponse>
    resendContactPhoneCode(
  $0.ResendContactPhoneCodeRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$resendContactPhoneCode, request,
      options: options);
}