onRefresh method

Future onRefresh()

Implementation

Future onRefresh() {
  loadData();
  return Future.value(true);
}