reloadPage method
Perform a search with current target from the first page
Implementation
@nonVirtual
Future<void> reloadPage() {
_state._resetState();
return nextPage();
}
Perform a search with current target from the first page
@nonVirtual
Future<void> reloadPage() {
_state._resetState();
return nextPage();
}