writeExportToFile
expect suspend fun writeExportToFile(export: SkJsonExport, path: String, pretty: Boolean = true)(source)
Write JSON export to a file at the given path. Expect/actual is used for multiplatform file I/O.
Write JSON export to a file at the given path. Expect/actual is used for multiplatform file I/O.