drawBarcode method
Future<void>
drawBarcode(
- int x,
- int y,
- XprinterBarCodeType type,
- int height,
- String data, {
- bool vertical = false,
- int? width,
- 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.');
}