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