labelDetectAuto static method

Future<void> labelDetectAuto()

Label learning by automatic label detection. This method will start label learning

Implementation

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