makeBytes abstract method
Generate the barcode graphic description like make but takes a Uint8List data.
Implementation
Iterable<BarcodeElement> makeBytes(
Uint8List data, {
required double width,
required double height,
bool drawText = false,
double? fontHeight,
double? textPadding,
});