Local

Defines the Local contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun get(): Float

Loads SDAI data through get.

Link copied to clipboard
abstract fun observe(): Flow<Float>

Loads SDAI data through observe.

Link copied to clipboard
abstract suspend fun save(value: Float)

Performs the SDAI side effect handled by save.