itemSelectionFlow

fun <T> Selector<T>.itemSelectionFlow(element: T, scope: CoroutineScope): SharedFlow<Boolean>(source)

Return

Returned SharedFlow will emit true when element has been selected in this and will emit false when this element was deselected

See also