events property
_EventsDispatcher
events
final
Dispatcher for handling events in the application.
Events represent things that have happened and can have multiple observers.
Implementation
static final events = _EventsDispatcher();