InteractionListener typedef

InteractionListener = void Function(InteractionOutput data)

User provided callback that is given an argument of type InteractionOutput and is used for observing Property changes and handling Event notifications.

Implementation

typedef InteractionListener = void Function(InteractionOutput data);