appendCutPaper method

dynamic appendCutPaper(
  1. StarCutPaperAction action
)

run command on printer cuter, StarCutPaperAction available is different for each printer

Implementation

appendCutPaper(StarCutPaperAction action) {
  this._commands.add({"appendCutPaper": action.text});
}