onInsert method

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

Implementation

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