scrollToTop method

Future<void> scrollToTop()

Implementation

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