AccountDao

interface AccountDao

Functions

Link copied to clipboard
abstract suspend fun delete(id: String)
Link copied to clipboard
abstract fun observeAll(): Flow<List<AccountEntity>>
Link copied to clipboard
abstract suspend fun upsert(account: AccountEntity)