onOpened method

  1. @protected
  2. @mustCallSuper
dynamic onOpened()

Implementation

@protected
@mustCallSuper
onOpened() {
  widget.onOpened?.call();
}