clearCurrentSentence method
Clear the current sentence.
Implementation
void clearCurrentSentence() {
_currentSentence = JidoujishoTextSelection(
text: '',
);
}
Clear the current sentence.
void clearCurrentSentence() {
_currentSentence = JidoujishoTextSelection(
text: '',
);
}