acceptAllDevices property

bool get acceptAllDevices

Implementation

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

Implementation

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