autoPictureInPicture property

bool autoPictureInPicture

Implementation

bool get autoPictureInPicture =>
    js_util.getProperty(this, 'autoPictureInPicture');
void autoPictureInPicture=(bool newValue)

Implementation

set autoPictureInPicture(bool newValue) {
  js_util.setProperty(this, 'autoPictureInPicture', newValue);
}