get

open suspend override fun get(): T?

Retrieves the item from the DataStore.

Return

The item if it exists, null otherwise.