Local

Defines the Local contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun getModels(): List<SwarmUiModel>

Loads SDAI data through getModels.

Link copied to clipboard
abstract suspend fun insertModels(models: List<SwarmUiModel>)

Performs the SDAI side effect handled by insertModels.