Local

Defines the Local contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun getAll(): List<Supporter>

Loads SDAI data through getAll.

Link copied to clipboard
abstract suspend fun save(data: List<Supporter>)

Performs the SDAI side effect handled by save.