isPersonalizedCommunicationRestricted property

Future<bool?> isPersonalizedCommunicationRestricted

Check if the current player is restricted from using personalized communication on the device (always false on Android).

Implementation

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