EventListenerHandler typedef

EventListenerHandler = Future<InteractionInput> Function()

A function that is called when an associated Event is triggered and provides the data to be sent with the Event to subscribers.

Implementation

typedef EventListenerHandler = Future<InteractionInput> Function();