Get the player name. On iOS the player alias is the name used by the Player visible in the leaderboard
Future<String?> getPlayerName() async { return await FirebaseGameServices.platform.getPlayerName(); }