Get the player name. On iOS the player alias is the name of the player.
@override Future<String?> getPlayerName() async { return await _channel.invokeMethod("getPlayerName"); }