hasLabelLearning static method

Future<void> hasLabelLearning()

Label learning has been performed

Implementation

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