clearCurrentSentence method

void clearCurrentSentence()

Clear the current sentence.

Implementation

void clearCurrentSentence() {
  _currentSentence = JidoujishoTextSelection(
    text: '',
  );
}