refresh method

void refresh()

Refresh all tabs, forcing them to rebuild E.g. MyNavigationHub.refresh();

Implementation

void refresh() {
  updateState(state, data: {"action": "refresh"});
}