playAnimation method

void playAnimation()

Implementation

void playAnimation() {
  _animationRender?.play();
}