getBooleanFlow

fun getBooleanFlow(propertyPath: String): Flow<Boolean>

Creates or retrieves from cache a boolean property, represented as a cold Flow.

The collection of the flow may cause an exception. See getNumberFlow for details.

Return

A cold Flow of Boolean values representing the property.

Parameters

propertyPath

The path to the property from this view model instance. Slash delimited to refer to nested properties.

See also