allInternalComponents method

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

Implementation

List<String>? allInternalComponents(String pluginName) =>
    _allInternalComponents[pluginName];