abstract fun createRemoteBackup(agent: Agent): Single<String>
Creates and uploads a backup to the cloud. Note that the internal file is deleted and you only get the key seed back.
agent
- to create and upload the backup for.
Return
Single of a String, the key seed used for the backup.