setToEnd method
Puts the controller into its final "completed" state.
Implementation
@override
void setToEnd() {
_initialized = false;
super.setToEnd();
}
Puts the controller into its final "completed" state.
@override
void setToEnd() {
_initialized = false;
super.setToEnd();
}