isPermanentlyDenied property
Returns true
when permissions are denied permanently.
When permissions are denied permanently, no new permission dialog will be showed to the user. Consuming Apps should redirect the user to the App settings to change permissions.
Implementation
Future<bool> get isPermanentlyDenied => status.isPermanentlyDenied;