getAllModelsStream

open override fun getAllModelsStream(): Flow<List<Model>>

Get the stream of all Models in the database by using modelDao.

Return

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

See also