showAccessPoint static method

Future<String?> showAccessPoint(
  1. AccessPointLocation location
)

Show the Game Center Access Point for the current player.

Implementation

static Future<String?> showAccessPoint(AccessPointLocation location) async {
  return await GamesServicesPlatform.instance.showAccessPoint(location);
}