channelByTopic property
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 = {};