Package-level declarations
Types
Link copied to clipboard
Gets the chance to interfere with a StoreFlow's dispatch/processing of actions
Functions
Link copied to clipboard
fun <State> StoreFlow(scope: CoroutineScope, initialValue: State, reducer: Reducer<State>, middlewares: List<Middleware<State>> = emptyList()): StoreFlow<State>
Creates a new StoreFlow, a redux store backed by a kotlinx.coroutines.flow.StateFlow