consent

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Consent.


fun consent(name: String): Consent

See also

Parameters

name

The unique name of the resulting resource.