printBarcode method
Print barcode
Implementation
Future<bool> printBarcode({
required String data,
int width = 380,
int height = 100,
bool showText = true,
int fontSize = 16,
int align = 1,
int paperWidth = 52,
bool isLabel = false,
bool tear = true,
}) {
throw UnimplementedError('printBarcode() has not been implemented.');
}