dispose method
Closes the semantics handle.
When all the outstanding SemanticsHandle objects are closed, the framework will stop generating semantics information.
Implementation
@mustCallSuper
void dispose() {
assert(debugMaybeDispatchDisposed(this));
_onDispose();
}