consent

suspend fun consent(name: String, block: suspend ConsentResourceBuilder.() -> Unit): Consent

Parameters

name

The unique name of the resulting resource.

block

Builder for Consent.

See also


fun consent(name: String): Consent

Parameters

name

The unique name of the resulting resource.

See also