app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.data.db.dao
/
ReceiptDao
/
getReceiptsForPerson
get
Receipts
For
Person
abstract
fun
getReceiptsForPerson
(
personId
:
Long
)
:
Flow
<
List
<
ReceiptEntity
>
>