setCurrentSentence method

void setCurrentSentence(
  1. {required JidoujishoTextSelection selection}
)

Update the current sentence.

Implementation

void setCurrentSentence({
  required JidoujishoTextSelection selection,
}) {
  _currentSentence = selection;
}