playerIsPersonalizedCommunicationRestricted property

Future<bool?> playerIsPersonalizedCommunicationRestricted

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

Implementation

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