config Update Flow
Observe configuration changes as a kotlinx.coroutines.flow.Flow.
Emits events when config is applied, rejected, or rolled back via RemoteConfigManager. Useful for reacting to config changes in the UI or triggering downstream operations.
Threading: Main-safe. Backed by a MutableSharedFlow with DROP_OLDEST overflow since 1.2.0, so a slow collector cannot back-pressure the applier.
Since
0.9.0