dispose method

  1. @mustCallSuper
void dispose()

Dispose of the workspace, any further calls will not work.

Implementation

@mustCallSuper
void dispose() {
  _closing = true;
}