FilePicker
actual class FilePicker(val types: List<String>, val allowMultiple: Boolean, val onLaunch: () -> Unit)
Represents a platform file picker instance
Use launch to show the picker UI.
Parameters
types
list of MIME types allowed.
allowMultiple
whether multiple file selection is supported.
onLaunch
function triggered internally when launch is called.
actual class FilePicker(val types: List<String>, val allowMultiple: Boolean, val onLaunch: () -> Unit)