onRemove method

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

Implementation

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