printerAddBarcode method
Future<void>
printerAddBarcode({
- required String content,
- required int height,
- required Nf5503BarcodeType type,
- Nf5503PrintAlign align = Nf5503PrintAlign.center,
- Nf5503HriPosition hriPosition = Nf5503HriPosition.below,
添加一维条码到打印队列。
Implementation
Future<void> printerAddBarcode({
required String content,
required int height,
required Nf5503BarcodeType type,
Nf5503PrintAlign align = Nf5503PrintAlign.center,
Nf5503HriPosition hriPosition = Nf5503HriPosition.below,
}) {
throw UnimplementedError('printerAddBarcode() has not been implemented.');
}