flowSource

suspend fun flowSource(name: String, block: suspend FlowSourceResourceBuilder.() -> Unit): FlowSource

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for FlowSource.


See also

Parameters

name

The unique name of the resulting resource.