menu
hidapi_dart package
documentation
hid.dart
HID
HID constructor
HID constructor
dark_mode
light_mode
HID
constructor
HID
(
{
int
idVendor
=
0
,
int
idProduct
=
0
,
String
?
serial
,
})
Implementation
HID({ this.idVendor = 0, this.idProduct = 0, this.serial });
hidapi_dart package
documentation
hid
HID
HID constructor
HID class