menu
hid_platform_interface package
documentation
device.dart
Device
read method
read method
dark_mode
light_mode
read
method
Stream
<
List
<
int
>
>
read
(
int
length
,
int
duration
)
Implementation
Stream<List<int>> read(int length, int duration) { throw UnimplementedError(); }
hid_platform_interface package
documentation
device
Device
read method
Device class