readyToLoad method

Future readyToLoad()

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

Implementation

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