channelByTopic property

Map<String, PhoenixChannel> channelByTopic
getter/setter pair

A static map that associates channel topics with their corresponding PhoenixChannel instances. This allows easy retrieval of channels based on their topics.

Implementation

static Map<String, PhoenixChannel> channelByTopic = {};