saveFile

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.