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