void updateProgress(int progress, int duration) { this.progress = progress; this.duration = duration; notifyListeners(); }