toggleRepeat method

void toggleRepeat()

Implementation

void toggleRepeat() {
  repeat = !repeat;
  notifyListeners();
}