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