updateEditingText method

void updateEditingText(
  1. String text
)

Implementation

void updateEditingText(String text) {
  _editingText = text;
}