dispose method

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

This method cleans up all registered callbacks and subscriptions. This will be automatically called by the framework.

Implementation

@mustCallSuper
@protected
void dispose() {
  this._trackables.clear();
}