EndpointStore

interface EndpointStore

Tiny persistent store for the backend URL, so it survives app restarts.

Properties

Link copied to clipboard
abstract val defaultEndpoint: String

Functions

Link copied to clipboard
abstract fun get(): String?
Link copied to clipboard
abstract fun set(value: String)