addComponentSpec method

  1. @override
void addComponentSpec(
  1. String pluginName,
  2. String pluginFriendlyName,
  3. List<ComponentSpec> specs
)
override

Implementation

@override
void addComponentSpec(
    String pluginName, String pluginFriendlyName, List<ComponentSpec> specs) {
  Registry.registry()!
      .addComponentSpec(pluginName, pluginFriendlyName, specs);
}