reset method
void
reset()
Set the beacon to its initial value and notify all listeners
Implementation
void reset() {
_setValue(_initialValue);
}
Set the beacon to its initial value and notify all listeners
void reset() {
_setValue(_initialValue);
}