play method

  1. @override
void play()
override

Implementation

@override
void play() {
  _isPlaying = true;
  markNeedsAdvance();
}