setToEnd method
Puts the controller into its final "completed" state.
Implementation
@mustCallSuper
@override
void setToEnd() {
child.setToEnd();
}
Puts the controller into its final "completed" state.
@mustCallSuper
@override
void setToEnd() {
child.setToEnd();
}