Publishes an event to all subscribers.
@override void emit(ChatEvent event) { _controller.add(event); }