didFinishedPushAnimation method

  1. @mustCallSuper
dynamic didFinishedPushAnimation()
inherited

Implementation

@mustCallSuper
didFinishedPushAnimation() {
  _isFinishedPushAnimation = true;
  _executeEnsureAfterPushAnimationTasks();
}