Return the number of listeners that are subscribed to event. If no event is provided, returns the total count of all events.
@JS("listenerCount") external Future listenerCount(String eventName);