rocket / com.stavro_xhardha.rocket / Rocket / readSetAsFlow

readSetAsFlow

@ExperimentalCoroutinesApi fun readSetAsFlow(key: String): Flow<String>

Flow support for getting a stream Flow

Exceptions

java.lang.ClassCastException - when a value with the corresponding key is found but is not of type Set

Return
Flow the value saved to SharedPreferences of type Flow

See Also

readSet