drawHBarcode method

void drawHBarcode(
  1. String str,
  2. int align,
  3. int type,
  4. int height,
)

Implementation

void drawHBarcode(String str, int align, int type, int height) {
  throw UnimplementedError('drawHBarcode() has not been implemented');
}