initialize

abstract suspend fun initialize()

Initialize the storage. This method must be called before any other method on the storage.

Throws

if initialization fails.