channelsStream property

Stream<List<Channel>> channelsStream

The current channel list as a stream

Implementation

Stream<List<Channel>> get channelsStream => _channelsController.stream;