liveSource

suspend fun liveSource(name: String, block: suspend LiveSourceResourceBuilder.() -> Unit): LiveSource

Parameters

name

The unique name of the resulting resource.

block

Builder for LiveSource.

See also


Parameters

name

The unique name of the resulting resource.

See also