resendPhoneCode method

ResponseFuture<ResendPhoneCodeResponse> resendPhoneCode(
  1. ResendPhoneCodeRequest request, {
  2. 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);
}