kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
app-shell
/
com.siddharth.kmp.appshell
/
NoOpFilePicker
/
saveFile
save
File
open
suspend override
fun
saveFile
(
fileName
:
String
,
bytes
:
ByteArray
)
:
Boolean
Prompts the user to choose a save location and writes
bytes
there; true on success.