hasPersistedState

abstract suspend fun hasPersistedState(): Boolean(source)

Returns true if a previously persisted state is available to be loaded.

Callers use this to decide whether to call loadState or start from the initial state.