printerAddBarcode method

Future<void> printerAddBarcode({
  1. required String content,
  2. required int height,
  3. required Nf5503BarcodeType type,
  4. Nf5503PrintAlign align = Nf5503PrintAlign.center,
  5. 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.');
}