refresh method

Future<void> refresh()

Implementation

Future<void> refresh() async {
  reset();
  await loadData();
}