Getting Started
Tutorials
Programming Guide
API References
Interfaces
Action()
Type aliases
StateReducer
Constructors
constructor()
Methods
handle()
state (State()) –
State()
reducer (Communicator.Util.StateMachine.StateReducer()) –
Communicator.Util.StateMachine.StateReducer()
Communicator.Util.StateMachine
Handle an action and update the state
evt (ActionNames()) – The action to handle
ActionNames()
payload (any()) – The payload if any
any()
void