register method
Register a tool with a category.
Implementation
void register(Tool tool, {ToolCategory category = ToolCategory.custom}) {
_tools[tool.name] = ToolRegistration(tool: tool, category: category);
}
Register a tool with a category.
void register(Tool tool, {ToolCategory category = ToolCategory.custom}) {
_tools[tool.name] = ToolRegistration(tool: tool, category: category);
}