onRefresh method

Future<void> onRefresh()

Implementation

Future<void> onRefresh() {
  throw UnimplementedError("onRefresh() has not been implemented.");
}