isRestricted property

Future<bool> isRestricted

If the OS denied this permission. The user cannot change the status, possibly due to active restrictions such as parental controls being in place. Only supported on iOS.

Implementation

Future<bool> get isRestricted => status.isRestricted;