toFirstPage method

void toFirstPage()

跳转到第一个轮播

用于通过自定义方法将轮播滚动到

Implementation

void toFirstPage() {
  goToPage(0);
}