menu
vyuh_node_flow package
documentation
vyuh_node_flow.dart
PluginRegistry
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
id
)
Checks if a plugin is registered for the given ID.
Implementation
bool has(String id) => _plugins.containsKey(id);
vyuh_node_flow package
documentation
vyuh_node_flow
PluginRegistry
has method
PluginRegistry class