configRepoFactory property
SingletonFactory<AgentConfigurationRepository>
configRepoFactory
latefinal
A singleton factory for the AgentConfigurationRepository
.
Implementation
late final configRepoFactory = SingletonFactory(() => AgentConfigurationRepository(configurationStreamFactory.get()));