isAgeRestrictedUser static method

Future<bool?> isAgeRestrictedUser()

Checks if the user is age-restricted.

Prohibition on Personal Information from Children

Implementation

static Future<bool?> isAgeRestrictedUser() {
  return channel.invokeMethod('isAgeRestrictedUser');
}