StoreConfiguration
constructor(initial: S, allowIdleSubscriptions: Boolean, parallelIntents: Boolean, actionShareBehavior: ActionShareBehavior, intentCapacity: Int, onOverflow: BufferOverflow, debuggable: Boolean, coroutineContext: CoroutineContext, logger: StoreLogger, atomicStateUpdates: Boolean, name: String?)
Parameters
initial
The initial state the Store will have.