reset method

void reset()

Set the beacon to its initial value and notify all listeners

Implementation

void reset() {
  _setValue(_initialValue);
}