app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.fam007e.receipts.domain.repository
/
ReceiptRepository
/
getReceiptsForPerson
get
Receipts
For
Person
abstract
fun
getReceiptsForPerson
(
personId
:
Long
)
:
Flow
<
List
<
Receipt
>
>