getChannel method
- Channel player
Gets the channel ID for a player ID if present in the room.
Implementation
Channel? getChannel(Channel player) => _playerChannels[player];
Gets the channel ID for a player ID if present in the room.
Channel? getChannel(Channel player) => _playerChannels[player];