setProgress method
Implementation
void setProgress(Duration progress) {
progressNotifier.value = progress;
final playIndex = getIndexByProgress(
progress,
);
activeIndexNotifiter.value = playIndex;
}
void setProgress(Duration progress) {
progressNotifier.value = progress;
final playIndex = getIndexByProgress(
progress,
);
activeIndexNotifiter.value = playIndex;
}