resetTyping method

void resetTyping()

Implementation

void resetTyping() {
  isTyping = false;
  notifyListeners();
}