reset method
void
reset()
Resets the answers already given, for instance when giving another try. Notifies listeners.
Implementation
void reset() {
_clearActualsForPronouns();
notifyListeners();
}
Resets the answers already given, for instance when giving another try. Notifies listeners.
void reset() {
_clearActualsForPronouns();
notifyListeners();
}