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