rememberIdentityVerificationSheet
fun rememberIdentityVerificationSheet(configuration: IdentityVerificationSheet.Configuration, identityVerificationCallback: IdentityVerificationSheet.IdentityVerificationCallback): IdentityVerificationSheet
Creates a IdentityVerificationSheet instance in a Composable. Which would be recreated if configuration or identityVerificationCallback changed.
This API uses Compose specific API rememberLauncherForActivityResult to register a ActivityResultLauncher into current activity, it should be called as part of Compose initialization path. The IdentityVerificationSheet created is remembered across recompositions. Recomposition will always return the value produced by composition.