dispose method
Dispose of the workspace, any further calls will not work.
Implementation
@mustCallSuper
void dispose() {
_closing = true;
}
Dispose of the workspace, any further calls will not work.
@mustCallSuper
void dispose() {
_closing = true;
}