resendPhoneCode method
ResponseFuture<ResendPhoneCodeResponse>
resendPhoneCode(
- ResendPhoneCodeRequest request, {
- CallOptions? options,
Resend code to verify user phone number
Resend code to verify user phone number.
Implementation
$grpc.ResponseFuture<$0.ResendPhoneCodeResponse> resendPhoneCode(
$0.ResendPhoneCodeRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$resendPhoneCode, request, options: options);
}