reset method
void
reset()
Function to reset page state to initial state
Implementation
void reset() {
_resetWithoutUpdateState();
_updateState();
}
Function to reset page state to initial state
void reset() {
_resetWithoutUpdateState();
_updateState();
}