Indicates if the LaunchDarkly client has finished initializing. Uses Vue's inject API, and will only
work if run inside a Vue setup hook or <script setup>.
Returns Readonly<Ref<boolean, boolean>>
Readonly boolean reference indicating if the LaunchDarkly client has finished initializing.
Indicates if the LaunchDarkly client has finished initializing. Uses Vue's inject API, and will only work if run inside a Vue setup hook or
<script setup>
.