getModelStream

open override fun getModelStream(uid: Int): Flow<Model?>

Get the stream of Models by uid from the database by using modelDao.

Return

A Flow of the Models matching the uid.

Parameters

uid

the unique identifier that represents a specific Model.

See also