requestDevice method

Future<BluetoothDevice> requestDevice([
  1. RequestDeviceOptions? options
])

Implementation

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