requestDevice method
Implementation
Future<BluetoothDevice> requestDevice([RequestDeviceOptions? options]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'requestDevice', [options]));
Future<BluetoothDevice> requestDevice([RequestDeviceOptions? options]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'requestDevice', [options]));