allowedDevices property
Iterable<AllowedBluetoothDevice>
get
allowedDevices
Implementation
Iterable<AllowedBluetoothDevice> get allowedDevices =>
js_util.getProperty(this, 'allowedDevices');
set
allowedDevices
(Iterable<AllowedBluetoothDevice> newValue)
Implementation
set allowedDevices(Iterable<AllowedBluetoothDevice> newValue) {
js_util.setProperty(this, 'allowedDevices', newValue);
}