@ExperimentalCoroutinesApi fun readSetAsFlow(key: String): Flow<String>
Flow support for getting a stream Flow
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