barcode method

Future<bool> barcode(
  1. int x,
  2. int y,
  3. BarcodeType barcodeType,
  4. int height,
  5. HumanReadable readable,
  6. Rotation rotation,
  7. int narrow,
  8. int wide,
  9. 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.');
}