chatStream property

Stream<List<Message>> get chatStream

Implementation

Stream<List<Message>> get chatStream => chatStreamController.stream;