resendPhoneCode method

ResponseFuture<ResendPhoneCodeResponse> resendPhoneCode(
  1. ResendPhoneCodeRequest request, {
  2. CallOptions? options,
})

Resend code to verify user phone

Resend code to verify user phone

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.ResendPhoneCodeResponse> resendPhoneCode(
  $0.ResendPhoneCodeRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$resendPhoneCode, request, options: options);
}