Package-level declarations

Types

Link copied to clipboard
interface DataStore

Simple interface for a data persistence "engine" that can read and write to disk

Link copied to clipboard
typealias StoreObserver = (key: String, value: String?) -> Unit