Print barcode.
Future<bool> printBarcode( String content, { int x = 100, int y = 50, int height = 80, String type = '128', }) { throw UnimplementedError('printBarcode() has not been implemented.'); }