BlocEventListener<T> typedef
BlocEventListener<T> =
bool Function(T)
Event Listener, return value is true if the event is to be stopped from propagating
Implementation
typedef BlocEventListener<T> = bool Function(T);