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