Future<List<USBDevice>> getDevices() async { final jsDevices = await _getDevices().toDart; return jsDevices.toDart; }