streamOrNull
open fun streamOrNull(endpoint: NetworkEndpoint, cacheKey: CacheKey, policy: CachePolicy = CachePolicy.Default): Flow<E?>
Observes the entity like stream, also emitting null when its local value is removed.
Use this when consumers must clear displayed state after an explicit removal, cache expiry, or a full local-store clear.