refreshView method

void refreshView({
  1. dynamic params,
})

Implementation

void refreshView({dynamic params}) {
  _pageState?.refresh();
}