dispose method

  1. @mustCallSuper
void dispose()

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();
}