scrollToTopSnap method

Future<void> scrollToTopSnap()

Implementation

Future<void> scrollToTopSnap() async {
  await _client?.scrollToTop();
}