Check if an event has any subscribers.
static bool hasSubscribers(String event) { return _manager.hasSubscribers(event); }