consent Resource
suspend fun consentResource(name: String, block: suspend ConsentResourceBuilder.() -> Unit): Consent
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Consent.
The unique name of the resulting resource.
Builder for Consent.