GrantGroupDialog
fun GrantGroupDialog(handler: <Error class: unknown class>, strings: GrantDialogStrings = LocalGrantDialogStrings.current)
A Dialog Handler for group permission requests.
Button labels and titles are resolved from LocalGrantDialogStrings. See GrantDialog for usage details.
Uses derivedStateOf so that mid-flight grantedGrants set updates (which tick frequently while the user grants each permission) do not invalidate the dialog branch unless the visible dialog kind actually changes.