dispose abstract method
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();
When set to be removed, controllers may have listeners and other references that may create memory dead dependency. dispose should drop such references.
@mustCallSuper
void dispose();