cancelLearning method

void cancelLearning()

Implementation

void cancelLearning() {
  state = const MidiLearnState.idle(null);
}