PermissionCheck

fun PermissionCheck(permissions: Iterable<String>, displayPermissionRequest: Boolean = true, content: @Composable () -> Unit)

Ensure that the given set of permissions is granted and show the given content.

If some permissions are not granted, display permission request UI in place of the content until all the required permissions are granted.