property
fun <T> DataStore<Preferences>.property(key: DataStoreKey<T, *>, scope: CoroutineScope): DelegateProperty<T?>
Returns a nullable property delegate backed by mutableStateFlow; it reads null until the first value is loaded from the store, and setting null removes the entry.