write

open suspend override fun write(content: String): String?

Placeholder function for writing a password-based backup. This function is not actually used and is here just for completeness.

Return

Always return string "ok"

Parameters

content

The content to be written (currently unused).