Store
Functions
Registers a CrashListener to be notified when logic invocation throws.
Applies external state updates directly to the store, bypassing the action/reducer/logic pipeline.
Provides access to internal store operations for specialized use cases.
Dispatch an action and wait for it to be processed. Returns a DispatchResult indicating whether the action was applied or blocked.
Returns the logic instance for the given module, suspending until the store is fully initialized.
Returns all modules registered in this store.
Returns the StateFlow for the given module's state, or null if the module is not registered in this store.
Removes a previously registered CrashListener.
Non-suspend convenience function that resets the store asynchronously.
Select a module's logic instance by its class.
Selects a module's logic instance by its type.
Select a module's state flow by its class.
Selects a module's state flow by its type.