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