getDevices method

Future<Iterable<HIDDevice>> getDevices()

Implementation

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