actions

abstract val actions: Flow<Action>

A Flow of all the actions dispatched to the com.episode6.redux.StoreFlow. A well-behaved SideEffect will usually filterIsInstance() then transformLatest to emit new actions back into the com.episode6.redux.StoreFlow