resetNotify method

void resetNotify()

Implementation

void resetNotify() {
  _startMilliseconds = 0;
  _pressed = [];
  _playing = RhythmState.start;
  notifyListeners();
}