hideAccessPoint static method

Future<String?> hideAccessPoint()

Hide the Game Center Access Point.

Implementation

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