cancelGameService static method

Future<bool> cancelGameService()

Revokes the authorization to Huawei Game Service.

Implementation

static Future<bool> cancelGameService() async {
  return await _channel.invokeMethod(
    'GamesClient.cancelGameService',
  );
}