clearProcessedSentences method
void
clearProcessedSentences()
Clears all processed sentences.
Implementation
void clearProcessedSentences() {
_processedSentences.clear();
_notifySentencesChanged();
}
Clears all processed sentences.
void clearProcessedSentences() {
_processedSentences.clear();
_notifySentencesChanged();
}