onCompleted method

  1. @protected
  2. @mustCallSuper
void onCompleted()

Implementation

@protected
@mustCallSuper
void onCompleted() {
  onShowEnd?.call();
  _observer?.show(this);
}