barcode method
Future<bool>
barcode(
- int x,
- int y,
- BarcodeType barcodeType,
- int height,
- HumanReadable readable,
- Rotation rotation,
- int narrow,
- int wide,
- String content,
Implementation
Future<bool> barcode(
int x,
int y,
BarcodeType barcodeType,
int height,
HumanReadable readable,
Rotation rotation,
int narrow,
int wide,
String content,
) {
throw UnimplementedError('barcode() has not been implemented.');
}