StateFunction typedef

StateFunction = void Function()

Function signature for state entrance/exit behaviors.

Implementation

typedef StateFunction = void Function();