channelsStream property

Stream<Map<String, Channel>> channelsStream

The current list of channels in memory as a stream

Implementation

Stream<Map<String, Channel>> get channelsStream => _channelsController.stream;