scrollToTop method

Future<void> scrollToTop()

滚动到顶部

Implementation

Future<void> scrollToTop() async {
  _ensureReady();
  await PangrowthContent.scrollGridVideoToTop(_videoId!);
}