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