reset method

dynamic reset()

Implementation

reset() {
  _controller.add(_initialState);
}