reset method
Set the beacon to its initial value and notify all listeners
Implementation
@override
void reset() {
currentBuffer.reset();
super.reset();
}
Set the beacon to its initial value and notify all listeners
@override
void reset() {
currentBuffer.reset();
super.reset();
}