exportCryptoDB
abstract suspend fun exportCryptoDB(exportPath: String): <Error class: unknown class><<Error class: unknown class>, CryptoBackupMetadata>
Exports the cryptographic database to the specified path and returns the metadata required for backup restoration.
Return
An Either containing either a CoreFailure in case of an error or CryptoBackupMetadata on success.
Parameters
exportPath
The file path where the cryptographic database should be exported.