Companion

expect object Companion
actual object Companion

Functions

Link copied to clipboard
expect suspend fun create(): OlmAccount
actual suspend fun create(): OlmAccount
Link copied to clipboard
expect suspend fun unpickle(key: String, pickle: String): OlmAccount
actual suspend fun unpickle(key: String, pickle: String): OlmAccount