addCut method

void addCut()

Implementation

void addCut() {
  bytes.add(Uint8List.fromList(generator.cut()));
  // myPosPaper does not support cut
}