OnEntryAction typedef

OnEntryAction = void Function(AutomataEvent? event)

A function called when a AutomataState is entered.

Implementation

typedef OnEntryAction = void Function(AutomataEvent? event);