We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c657def commit 2d4415fCopy full SHA for 2d4415f
1 file changed
docs/flows.md
@@ -127,6 +127,9 @@ void main() throws Exception {
127
}
128
```
129
130
+If you have a `Channel` instance, you can also forward the channel to an emit using `Flow.usingEmti` and
131
+`FlowEmit.channelToEmit`.
132
+
133
## Transforming flows: basics
134
135
Multiple transformation stages can be added to a flow, each time returning a new `Flow` instance, describing the
0 commit comments