autoPictureInPicture property
bool
get
autoPictureInPicture
Implementation
bool get autoPictureInPicture =>
js_util.getProperty(this, 'autoPictureInPicture');
set
autoPictureInPicture
(bool newValue)
Implementation
set autoPictureInPicture(bool newValue) {
js_util.setProperty(this, 'autoPictureInPicture', newValue);
}