getModelStream

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

Get the stream of Models by uid from the database.

Return

A Flow of the Models matching the uid.

Parameters

uid

the unique identifier that represents a specific Model.