State Store
constructor(coroutineScope: CoroutineScope, initialState: S, debugMode: Boolean = false, reducerFactory: ReducerFactory<A, S, E>.() -> Unit)
Parameters
coroutine Scope
coroutine scope
initial State
initial state S defined on creation
reducer Factory
functional interface which creates Intent starting from an action