Checks if a channel has any handlers.
bool hasHandlers(String channel) { return _channels[channel]?.isNotEmpty ?? false; }