dispose method

  1. @mustCallSuper
void dispose()

Method that discards the object and notifies listeners

Implementation

@mustCallSuper
void dispose() {
	notifyDispose();
}