unpause method

void unpause()

Implementation

void unpause() {
  this.animationController?.forward();
}