channels property

Set<String> get channels

Gets all registered channels.

Implementation

Set<String> get channels => _channels.keys.toSet();