get

abstract suspend fun get(): T?

Retrieves the stored item.

Return

The stored item, or null if no item is stored.