printBarCode method

Future<void> printBarCode(
  1. String code,
  2. BarCodeType type,
  3. int width,
  4. int height,
  5. int hriPos,
)

Implementation

Future<void> printBarCode(
    String code, BarCodeType type, int width, int height, int hriPos) async {
  throw UnimplementedError('printBarCode() has not been implemented.');
}