requiresUserConsentAsync

@DelicateCoroutinesApi
fun requiresUserConsentAsync(): CompletableFuture<Boolean>

Determines if the user has required pending consent actions.

Return

True if there are required pending consent actions.

If an error occurs the future will complete exceptionally.