Sql Delight Global Account Data Repository
class SqlDelightGlobalAccountDataRepository(db: GlobalAccountDataQueries, json: Json, context: CoroutineContext) : GlobalAccountDataRepository
Constructors
Link copied to clipboard
fun SqlDelightGlobalAccountDataRepository(db: GlobalAccountDataQueries, json: Json, context: CoroutineContext)
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun getBySecondKey(firstKey: String, secondKey: String): Event.GlobalAccountDataEvent<*>?
Link copied to clipboard
open suspend override fun saveBySecondKey(firstKey: String, secondKey: String, value: Event.GlobalAccountDataEvent<*>)