readyToRefresh method

Future readyToRefresh()

when indicator is ready into refresh,it will call back and waiting for this function finish,then callback onRefresh

Implementation

Future readyToRefresh() {
  return Future.value();
}