refresh method

Future<void> refresh()

Refresh (reload from beginning)

Implementation

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