isPermanentlyDenied property

Future<bool> isPermanentlyDenied

If the user denied this permission and selected to never again show a request for it. The user may still change the permission's status in the device settings. Only supported on Android.

Implementation

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