getComponentConfig<T> method

T? getComponentConfig<T>(
  1. Type type
)

Implementation

T? getComponentConfig<T>(Type type) {
  return _componentConfigObs.getComponentConfig(type);
}