onTransitionEnd method

void onTransitionEnd()

Implementation

void onTransitionEnd() {
  controller?.onTransitionEnd.call();
}