onPlayEnd method

  1. @override
void onPlayEnd()
override

Implementation

@override
void onPlayEnd() {
  _animPlayListener?.onPlayEnd?.call();
}