clearAtInfo method

void clearAtInfo()

Implementation

void clearAtInfo() {
  _mentions.clear();
  notifyListeners();
}