ImagePicker

actual constructor(allowMultiple: Boolean, onLaunch: () -> Unit)
expect constructor(allowMultiple: Boolean, onLaunch: () -> Unit)

Parameters

allowMultiple

whether multiple image selection is supported.

onLaunch

function triggered internally when launch is called.

actual constructor(allowMultiple: Boolean, onLaunch: () -> Unit)