notifications property
ContentSetting
get
notifications
Whether to allow sites to show desktop notifications. One of
allow: Allow sites to show desktop notifications,
block: Don't allow sites to show desktop notifications,
ask: Ask when a site wants to show desktop notifications.
Default is ask.
The primary URL is the URL of the document which wants to show the
notification. The secondary URL is not used.
Implementation
ContentSetting get notifications =>
ContentSetting.fromJS($js.chrome.contentSettings.notifications);