autoRefresh method

void autoRefresh()

Implementation

void autoRefresh(){
  WidgetsBinding.instance.addPostFrameCallback((_) {
    _refreshController?.requestRefresh(needCallback: true,needMove: true);
  });
}