subscriberCount

abstract val subscriberCount: StateFlow<Int>

The current number of subscribers of this entity.

This flow is an input to pro.respawn.flowmvi.util.doWhileSubscribed or pro.respawn.flowmvi.plugins.whileSubscribedPlugin.

This flow is usually not collected directly, but rather used by the store's plugins.