stateProjection
A flow that projects the state of the delegate store based on the delegation mode.
In DelegationMode.Immediate mode, this directly exposes the delegate store's states flow.
In DelegationMode.WhileSubscribed mode, this exposes a state flow that is updated only when the principal store has subscribers.