getDataOfType method
Gets data of a specific type from the device.
Implementation
Stream<Uint8List> getDataOfType(FrameDataTypePrefixes dataType) =>
getDataWithPrefix(dataType.value);
Gets data of a specific type from the device.
Stream<Uint8List> getDataOfType(FrameDataTypePrefixes dataType) =>
getDataWithPrefix(dataType.value);