app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.data.db.dao
/
GroupDao
Group
Dao
interface
GroupDao
Members
Functions
delete
Group
Link copied to clipboard
abstract
suspend
fun
deleteGroup
(
group
:
GroupEntity
)
get
All
Groups
Link copied to clipboard
abstract
fun
getAllGroups
(
)
:
Flow
<
List
<
GroupEntity
>
>
insert
Group
Link copied to clipboard
abstract
suspend
fun
insertGroup
(
group
:
GroupEntity
)
:
Long