reloadPage method

  1. @nonVirtual
Future<void> reloadPage()

Perform a search with current target from the first page

Implementation

@nonVirtual
Future<void> reloadPage() {
  _state._resetState();
  return nextPage();
}