clearLabelLearning static method

Future<void> clearLabelLearning()

Clear label learning data

Implementation

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