//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.usecase/SaveProjectUseCase/invoke
invoke
[jvm]
abstract suspend operator fun invoke(projectId: Int, path: String)
Save the project under a given path as a TMX file.
Parameters
jvm
projectId | ID of the project to save |
path | Path to write to |