core
/
ru.surf.core.data.dao
/
SettingsModelDao
Settings
Model
Dao
interface
SettingsModelDao
Content copied to clipboard
Dao for model
SettingsModel
Author
Vitaliy Zarubin
Functions
Functions
clear
Link copied to clipboard
abstract suspend fun
clear
()
Content copied to clipboard
get
Models
Link copied to clipboard
abstract fun
getModels
():
Flow
<
List
<
SettingsModel
>>
Content copied to clipboard
insert
Models
Link copied to clipboard
abstract suspend fun
insertModels
(vararg models:
SettingsModel
)
Content copied to clipboard