setToEnd method

  1. @mustCallSuper
  2. @override
void setToEnd()
override

Puts the controller into its final "completed" state.

Implementation

@mustCallSuper
@override
void setToEnd() {
  child.setToEnd();
}