channels property

Map<String, PhoenixChannel> channels
getter/setter pair

Map of topic names to PhoenixChannel instances being maintained and tracked by the socket.

Implementation

Map<String, PhoenixChannel> channels = {};