setTypingIndicator property
set
setTypingIndicator
(bool value)
Setter for changing values of typingIndicator
chatContoller.setTypingIndicator = true; // for showing indicator
chatContoller.setTypingIndicator = false; // for hiding indicator
Implementation
set setTypingIndicator(bool value) => _showTypingIndicator.value = value;