isUnderage property

Future<bool?> isUnderage

Check if the current player is underage (always false on Android).

Implementation

static Future<bool?> get isUnderage async {
  return await GamesServicesPlatform.instance.playerIsUnderage;
}