hideAccessPoint static method

Future<String?> hideAccessPoint()

Hide the Game Center Access Point.

Implementation

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