appendCutPaper method
run command on printer cuter, StarCutPaperAction available is different for each printer
Implementation
appendCutPaper(StarCutPaperAction action) {
this._commands.add({"appendCutPaper": action.text});
}
run command on printer cuter, StarCutPaperAction available is different for each printer
appendCutPaper(StarCutPaperAction action) {
this._commands.add({"appendCutPaper": action.text});
}