isUnderage method

Future<bool?> isUnderage()

Implementation

Future<bool?> isUnderage() async {
  return await FirebaseGameServices.platform.isUnderage();
}