markNeedsAdvance method

  1. @override
void markNeedsAdvance()

Implementation

@override
void markNeedsAdvance() {
  _redraw.notify();
}