Listener<TNotification> typedef

Listener<TNotification> = void Function(TNotification)

Implementation

typedef Listener<TNotification> = void Function(TNotification);