getHistory

abstract fun getHistory(): Flow<List<HistoryEntry>>

Retrieves all HistoryEntry.

Return

Flow of all HistoryEntry.