menu
neomage package
documentation
data/tools/tool_registry.dart
ToolRegistry
unrestrict method
unrestrict method
dark_mode
light_mode
unrestrict
method
void
unrestrict
(
String
name
)
Unrestrict a tool.
Implementation
void unrestrict(String name) { _tools[name]?.restricted = false; }
neomage package
documentation
data/tools/tool_registry
ToolRegistry
unrestrict method
ToolRegistry class