add

fun <T> add(key: TypedKey<T>, default: T, flow: suspend () -> Flow<T>): Stream<T>