menu
serverpod_boost package
documentation
tool_registry.dart
BoostToolRegistry
isToolAllowed static method
isToolAllowed static method
dark_mode
light_mode
isToolAllowed
static method
bool
isToolAllowed
(
String
toolName
)
Check if tool is allowed
Implementation
static bool isToolAllowed(String toolName) => _tools.containsKey(toolName);
serverpod_boost package
documentation
tool_registry
BoostToolRegistry
isToolAllowed static method
BoostToolRegistry class