//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.utils/activeConfigAsFlow
activeConfigAsFlow
[jvm]
inline fun <C> Value<ChildStack<*, *>>.activeConfigAsFlow(): Flow<C?>
Observe the configuration of a child stack as a flow.
Receiver
Value Original stack
Return
Flow Flow of configuration
Parameters
jvm
C | Configuration type |