PrintPaper constructor
PrintPaper({
- required KeckPaperSize paperSize,
- required CapabilityProfile profile,
Implementation
PrintPaper({required this.paperSize, required CapabilityProfile profile}) : generator = Generator(paperSize.paperSize, profile) {
reset();
}