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