setToEnd method

  1. @override
void setToEnd()
override

Jumps this controller straight to its end.

Implementation

@override
void setToEnd() {
  child.setToEnd();
  _remaining = 0;
}