readyToRefresh method
when indicator is ready into refresh,it will call back and waiting for this function finish,then callback onRefresh
Implementation
Future<void> readyToRefresh() {
return Future.value();
}
when indicator is ready into refresh,it will call back and waiting for this function finish,then callback onRefresh
Future<void> readyToRefresh() {
return Future.value();
}