getPlayer method
- Channel channel
Gets the player ID associated with a channel ID.
Implementation
Channel? getPlayer(Channel channel) => _channelToPlayer[channel];
Gets the player ID associated with a channel ID.
Channel? getPlayer(Channel channel) => _channelToPlayer[channel];