getClientName method Null safety
- PlayerID id
Gets the client's name corresponding to id
Implementation
String? getClientName(PlayerID id) => _clientNames[id];
Gets the client's name corresponding to id
String? getClientName(PlayerID id) => _clientNames[id];