FlowReduxStateMachine

A live state machine that was created by a FlowReduxStateMachineFactory. state is a container allowing either access the current state or collecting the current state. dispatchAction and dispatch can be used to send actions to the state machine.

Properties

Link copied to clipboard
Link copied to clipboard
val state: S

Functions

Link copied to clipboard
suspend fun dispatch(action: A)