PhotoPicker

fun PhotoPicker(onURIsSelected: (uris: List<String>) -> Unit)

A composable that launches the system photo picker screen, allowing the user to select multiple images.

Parameters

onURIsSelected

a callback function that receives a list of URIs representing the selected photos.