flow Source
suspend fun flowSource(name: String, block: suspend FlowSourceResourceBuilder.() -> Unit): FlowSource
Parameters
name
The unique name of the resulting resource.
block
Builder for FlowSource.
See also
Parameters
name
The unique name of the resulting resource.