drawBarcode method

void drawBarcode(
  1. String str,
  2. int align,
  3. int type
)

Implementation

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