getAllModelsStream

abstract fun getAllModelsStream(): Flow<List<Model>>

Get the stream of all Models in the database.

Return

A Flow of a list containing the Models in the database.