Retrieve a single channel identified by channelID
. Returns null
if no
channel is found in the list.
Source
Channel get(String channelID) => _channelStorage[channelID];
Retrieve a single channel identified by channelID
. Returns null
if no
channel is found in the list.
Channel get(String channelID) => _channelStorage[channelID];