reset method

void reset()

Implementation

void reset() {
  _state = _initialState;
  _lowestState = _initialState;
  notifyListeners();
}