reset method

void reset()

Function to reset page state to initial state

Implementation

void reset() {
  _resetWithoutUpdateState();
  _updateState();
}