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