writeBytes method
打印机发送字节数据
Implementation
Future<int> writeBytes(UsbDeviceInfo usbDeviceInfo, List<int> bytes, {int singleLimit = -1}) {
throw UnimplementedError('writeBytes() has not been implemented.');
}
打印机发送字节数据
Future<int> writeBytes(UsbDeviceInfo usbDeviceInfo, List<int> bytes, {int singleLimit = -1}) {
throw UnimplementedError('writeBytes() has not been implemented.');
}