refresh method

void refresh()

刷新页面

Implementation

void refresh() {
  _key?.currentState?.recreateLastPage();
}