scrollToBottom method
void
scrollToBottom()
The method for the scroll to bottom.
Implementation
void scrollToBottom() {
chatScrollController.scrollToBottom();
store.readAllMessages();
}
The method for the scroll to bottom.
void scrollToBottom() {
chatScrollController.scrollToBottom();
store.readAllMessages();
}