printBarcodeWithText method
Print barcode with text below it in one operation
Implementation
Future<bool> printBarcodeWithText(
String barcodeData,
String textData, {
double? x,
double? y,
int? barcodeHeight,
int? textFont,
double? textScale,
}) {
throw UnimplementedError('printBarcodeWithText() has not been implemented.');
}