loadInitial method

Future<void> loadInitial()

Load initial page

Implementation

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