requiresSettingsNavigation property
bool
get
requiresSettingsNavigation
Whether the user needs to go to settings to enable permissions.
Implementation
bool get requiresSettingsNavigation {
return this == PermissionStatus.permanentlyDenied;
}