scrollToBottom method

Future<void> scrollToBottom()

Implementation

Future<void> scrollToBottom() async {
  await _engine?.scrollToBottom();
  notifyListeners();
}