addInternalComponents method

void addInternalComponents(
  1. String pluginName,
  2. List<String> list
)

Implementation

void addInternalComponents(String pluginName, List<String> list) {
  _allInternalComponents[pluginName] = list;
}