Storage

interface Storage

Functions

restore
Link copied to clipboard
common
abstract suspend fun restore(): SerializedPayload?
store
Link copied to clipboard
common
abstract suspend fun store(context: SerializedPayload)