readBytes method
接收打印机字节数据
Implementation
Future<Uint8List?> readBytes(UsbDeviceInfo usbDeviceInfo, {int timeOut = 2000}) {
throw UnimplementedError('readBytes() has not been implemented.');
}
接收打印机字节数据
Future<Uint8List?> readBytes(UsbDeviceInfo usbDeviceInfo, {int timeOut = 2000}) {
throw UnimplementedError('readBytes() has not been implemented.');
}