Get the player id. On iOS the player id is unique for your game but not other games.
@override Future<String?> getPlayerID() async { return await _channel.invokeMethod("getPlayerID"); }