removeAnimationListener method

void removeAnimationListener()

Implementation

void removeAnimationListener() {
  if (_animationListener != null) {
    _animController?.removeListener(_animationListener!);
  }
}