scrollToBottom method

void scrollToBottom()

The method for the scroll to bottom.

Implementation

void scrollToBottom() {
  chatScrollController.scrollToBottom();
  store.readAllMessages();
}