onDispose method
Disposes the computed value and cleans up resources.
The computed is no longer reactive and will not participate in updates or propagation.
Example:
computed.dispose();
Implementation
@override
@mustCallSuper
@protected
void onDispose() {
disposeNode(this);
}