rememberMultiplePermissionsState
Creates a MultiplePermissionsState that is remembered across compositions.
It's recommended that apps exercise the permissions workflow as described in the documentation.
Parameters
the permissions to control and observe.
will be called with whether or not the user granted the permissions after MultiplePermissionsState.launchMultiplePermissionRequest is called.
Creates a MultiplePermissionsState that is remembered across compositions.
It's recommended that apps exercise the permissions workflow as described in the documentation.
Parameters
the permissions to control and observe.
will be called with whether or not the user granted the permissions after MultiplePermissionsState.launchMultiplePermissionRequest is called.
provides a PermissionStatus for a given permission when running in a preview.