EventSignalCallback<T> typedef

EventSignalCallback<T> = void Function(T event)

Signature for a callback that receives an event of type T.

Implementation

typedef EventSignalCallback<T> = void Function(T event);