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