playerIsUnderage property

Future<bool?> playerIsUnderage

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

Implementation

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