stream method
Stream will emit the message when there is a new message
Implementation
@override
Stream<ChatwootMessage> stream() {
return _streamController.stream;
}
Stream will emit the message when there is a new message
@override
Stream<ChatwootMessage> stream() {
return _streamController.stream;
}