labelLocateAuto static method

Future<void> labelLocateAuto()

Auto locate label. This method only can be called on the system that has performed abel learning by labelDetectAuto

Implementation

static Future<void> labelLocateAuto() {
  return NyxPrinterPlatform.instance.labelLocateAuto();
}