pick File
abstract suspend fun pickFile(startingDir: KmpFsRef? = null, filter: KmpFileFilter? = null): Outcome<KmpFsRef?, KmpFsError>
Shows a file picker for a user to select a single file.
Parameters
starting Dir
The directory the file picker will start from.
filter
Allows preventing selection of specific file types.