read<T> method

T read<T>(
  1. Config<T> config
)

Implementation

T read<T>(Config<T> config) => _registry.readConfig(config, _scope);