loadState

abstract suspend fun loadState(): String?(source)

Load a previously persisted state string, or null if no state has been saved yet.

Return

The serialized JSON string, or null if storage is empty.