dispose abstract method

  1. @mustCallSuper
void dispose()

When set to be removed, controllers may have listeners and other references that may create memory dead dependency. dispose should drop such references.

Implementation

@mustCallSuper
void dispose();