allInternalComponents method

  1. @override
List<String>? allInternalComponents(
  1. String pluginName
)
override

Implementation

@override
List<String>? allInternalComponents(String pluginName) {
  List<String>? returnMe =
      Registry.registry()!.allInternalComponents(pluginName);
  return returnMe;
}