callRefresh method
触发刷新
Implementation
void callRefresh({Duration duration = const Duration(milliseconds: 300)}) {
this._easyRefreshState?.callRefresh(duration: duration);
}
触发刷新
void callRefresh({Duration duration = const Duration(milliseconds: 300)}) {
this._easyRefreshState?.callRefresh(duration: duration);
}