Responder<T>  typedef 
 
        Responder<T> =
     void Function(T event)
     
    
The function/method signature for the event handler
Implementation
typedef Responder<T> = void Function(T event);The function/method signature for the event handler
typedef Responder<T> = void Function(T event);