resendContactPhoneCode method
ResponseFuture<ResendContactPhoneCodeResponse>
resendContactPhoneCode(
- ResendContactPhoneCodeRequest request, {
- 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);
}