allowedDevices property

Implementation

Iterable<AllowedBluetoothDevice> get allowedDevices =>
    js_util.getProperty(this, 'allowedDevices');
void allowedDevices=(Iterable<AllowedBluetoothDevice> newValue)

Implementation

set allowedDevices(Iterable<AllowedBluetoothDevice> newValue) {
  js_util.setProperty(this, 'allowedDevices', newValue);
}