labelLocate static method

Future<void> labelLocate(
  1. int labelHeight,
  2. int labelGap
)

Locate the next label

Implementation

static Future<void> labelLocate(int labelHeight, int labelGap) {
  return NyxPrinterPlatform.instance.labelLocate(labelHeight, labelGap);
}