chatListStream property

Stream<List<Chat>> get chatListStream

Implementation

Stream<List<Chat>> get chatListStream => _chatListStreamController.stream;