get

operator fun ComposableDynamicConfigurationProvider.get(key: DynamicConfigurationKey): Any?
operator fun DynamicConfigurationProvider.get(key: DynamicConfigurationKey): DynamicConfigurationValue<out Any>

A dispatch method for subtypes of DynamicConfigurationKey since overloaded get methods cannot be called with argument of DynamicConfigurationKey type.


operator fun ComposableStaticConfigurationProvider.get(key: StaticConfigurationKey): Any?
operator fun StaticConfigurationProvider.get(key: StaticConfigurationKey): Any?

A dispatch method for subtypes of StaticConfigurationKey since overloaded get methods cannot be called with argument of StaticConfigurationKey type.