requestProvidesAppNotificationSettings property
Request permission to provide custom notification settings UI.
When enabled on iOS, the system displays a "Configure Notifications in
Note on macOS: While the API is available on macOS 10.14+, the UI button does not appear to be displayed in practice, despite proper implementation of the delegate method. The API is supported for consistency with iOS, but may not result in visible UI changes on macOS.
Corresponds to https://developer.apple.com/documentation/usernotifications/unauthorizationoptions/3040321-providesappnotificationsettings
Default value is false.
On iOS, this property is only applicable to iOS 12 or newer. On macOS, this property is only applicable to macOS 10.14 or newer.
Implementation
final bool requestProvidesAppNotificationSettings;