EventListener<P> typedef

EventListener<P> = void Function(P payload)

Implementation

typedef EventListener<P> = void Function(P payload);