scrollToBottom method

Future<void> scrollToBottom()

Implementation

Future<void> scrollToBottom() async {
  cancelCoalescedScrollInput();
  await _awaitHistoryScrollIdle();
  await _client?.scrollToBottom();
}