getDevices method

Future<Iterable<USBDevice>> getDevices()

Implementation

Future<Iterable<USBDevice>> getDevices() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'getDevices', []));