stream method

  1. @override
Stream<ChatwootMessage> stream()
override

Stream will emit the message when there is a new message

Implementation

@override
Stream<ChatwootMessage> stream() {
  return _streamController.stream;
}