exists<T> method
Checks if a type of event is already registered.
Implementation
static exists<T>() {
return Event._registry.containsKey(T);
}
Checks if a type of event is already registered.
static exists<T>() {
return Event._registry.containsKey(T);
}