dispose method

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

Called whenever item is destroyed (see State.dispose lifecycle) If this method is override, dispose should called

Implementation

@protected
@mustCallSuper
void dispose() {}