GroupDao

interface GroupDao

Functions

Link copied to clipboard
abstract suspend fun deleteGroup(group: GroupEntity)
Link copied to clipboard
abstract fun getAllGroups(): Flow<List<GroupEntity>>
Link copied to clipboard
abstract suspend fun insertGroup(group: GroupEntity): Long