reset method

void reset()

revert to initial value

Implementation

void reset() {
  emit(_initialValue);
}