Returns true if there are active listeners for the given ID.
static bool subscribesToQueryEvents(String id) { final manager = _managers[id]; return manager != null && manager.hasListeners; }