refresh method

dynamic refresh()

Implementation

refresh() {
  var state = _state;
  if (state == null) return;
  state.refresh();
}