refresh method

Future<void> refresh()

Refresh

Implementation

Future<void> refresh() async {
  await loadPage(0);
}