fullscreen property

ContentSetting get fullscreen

Deprecated. No longer has any effect. Fullscreen permission is now automatically granted for all sites. Value is always allow.

Implementation

ContentSetting get fullscreen =>
    ContentSetting.fromJS($js.chrome.contentSettings.fullscreen);