requestDevice method
Returns a JSPromise
with a WebBluetoothDevice.
This method may throw a TypeError or a NotFoundError.
See:
Implementation
JSPromise<WebBluetoothDevice> requestDevice(final RequestOptions options) =>
_nativeBluetoothInstance.requestDevice(options);