dispose method
Called when this object is removed
Implementation
@override
void dispose() {
_cleanupCallback = null;
_unwatchInstanceAttached();
_unwatchDependencies();
super.dispose();
}
Called when this object is removed
@override
void dispose() {
_cleanupCallback = null;
_unwatchInstanceAttached();
_unwatchDependencies();
super.dispose();
}