stop method

void stop()

stop animation

Implementation

void stop() {
  _state?.stop();
}