addCut method

void addCut()

Implementation

void addCut() {
  bytes.add(Uint8List.fromList(generator.cut()));
}