a2uiMessageStream property
A stream of A2UI messages produced by the generator.
The GenUiConversation will listen to this stream and forward messages
to the GenUiManager.
Implementation
@override
Stream<A2uiMessage> get a2uiMessageStream => _a2uiMessageController.stream;