acceptAllDevices property

bool acceptAllDevices

Implementation

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

Implementation

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