Alex
interface KeyValueStore<T> { fun <T> observe(key: String): Flow<T> }
russhwolf
A modern programming language that makes developers happier.