drawBarcode method

Future<void> drawBarcode(
  1. int x,
  2. int y,
  3. XprinterBarCodeType type,
  4. int height,
  5. String data, {
  6. bool vertical = false,
  7. int? width,
  8. XprinterBarcodeRatio? ratio,
})

Implementation

Future<void> drawBarcode(int x, int y, XprinterBarCodeType type, int height, String data, {bool vertical = false, int? width, XprinterBarcodeRatio? ratio}) {
  throw UnimplementedError('drawBarcode() has not been implemented.');
}