get

operator fun get(key: K, supplier: (K) -> Flow<V>): SharedFlow<V>(source)

The shared flow for key, creating it from supplier on first access.