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