flowSingle

inline fun <Dao : IDefaultDao<*, Entity>, Entity : IRoomEntity<ID, Entity>> flowSingle(id: Long): Flow<Entity>