Closed libern closed 3 years ago
It seems not able to use null default value if there is no existing value
That's intentional. ksprefs won't allow you to have null initialization values.
fun <T : Any> push(
key: String,
value: T
): Unit