isInitialized
Reactive state indicating whether the Clerk SDK has completed initialization.
Observe this StateFlow to know when the SDK is ready for authentication operations. The SDK must be initialized by calling initialize before most other methods can be used. Emits true once initialization is complete, false otherwise.