clearText method

void clearText()

Implementation

void clearText() {
  _mentions.clear();
  _controller.clear();
  notifyListeners();
}