unregisterInProcessTool method
Unregister a tool — used when the tool surface changes dynamically.
Implementation
void unregisterInProcessTool(String name) {
_inProcess.remove(name);
}
Unregister a tool — used when the tool surface changes dynamically.
void unregisterInProcessTool(String name) {
_inProcess.remove(name);
}