threadsStream property

Stream<Map<String, List<Message>>> threadsStream

The channel threads related to this channel as a stream.

Implementation

Stream<Map<String, List<Message>>> get threadsStream =>
    _threadsController.stream;