images property
ContentSetting
get
images
Whether to show images. One of
allow: Show images,
block: Don't show images.
Default is allow.
The primary URL is the URL of the top-level frame. The secondary URL is
the URL of the image.
Implementation
ContentSetting get images =>
ContentSetting.fromJS($js.chrome.contentSettings.images);