labelPrintEnd static method
Label printing ends, paper automatically moves to the tear-off position. This method must appear in pairs with labelLocate
Implementation
static Future<void> labelPrintEnd() {
return NyxPrinterPlatform.instance.labelPrintEnd();
}