reset method

  1. @override
void reset()
inherited

Set the beacon to its initial value and notify all listeners

Implementation

@override
void reset() {
  currentBuffer.reset();
  super.reset();
}