resetToEnd method
Implementation
@mustCallSuper
void resetToEnd() {
controller.setToEnd();
_started = true;
_finished = true;
_lastProgress = 1;
}
@mustCallSuper
void resetToEnd() {
controller.setToEnd();
_started = true;
_finished = true;
_lastProgress = 1;
}