//room/dev.atick.storage.room.data/AnalysisDataSource/getTotalSpending
getTotalSpending
[androidJvm]\ abstract fun getTotalSpending(startDate: Long, endDate: Long): Flow<Double>
Retrieves the total spending within a specified date range.
Return
A Flow emitting the total spending as a Double.
Parameters
androidJvm
startDate | The start date of the range (inclusive) in milliseconds since epoch. |
endDate | The end date of the range (inclusive) in milliseconds since epoch. |