gameCenter method

Future<bool?> gameCenter()

Open iOS settings in GameCenter section` returns operation successful or failure.

Implementation

Future<bool?> gameCenter() {
  return postMessage<bool?>(action: 'App-Prefs:GAMECENTER');
}