exportToFile

abstract fun exportToFile(fileName: String, content: ByteArray)(source)

Executes the exportToFile step in the SDAI domain layer.

Author

Dmitriy Moroz

Parameters

fileName

file name value consumed by the API.

content

content value consumed by the API.