menu
chatkit_ui package
documentation
view_model/chat_view_model.dart
ChatViewModel
resetTyping method
resetTyping method
dark_mode
light_mode
resetTyping
method
void
resetTyping
(
)
Implementation
void resetTyping() { isTyping = false; notifyListeners(); }
chatkit_ui package
documentation
view_model/chat_view_model
ChatViewModel
resetTyping method
ChatViewModel class