PrintPaper constructor

PrintPaper({
  1. required KeckPaperSize paperSize,
  2. required CapabilityProfile profile,
})

Implementation

PrintPaper({required this.paperSize, required CapabilityProfile profile})
    : generator = EscPosGenerator(paperSize.paperSize, profile) {
  reset();
}