I have the new rxdart: ^0.26.0 version, and I know Observable
got deprecated and you can use Stream
instead, question is, how do I use Observable.just
for the newer version?
Asked
Active
Viewed 547 times
3

Giuliano Condrache
- 190
- 9
-
any simple example? – Rishabh Deep Singh Mar 16 '21 at 20:59
-
`return Observable.just({})` was what you would use a while back, but since the rxdart package got updated it is no longer available, if I wanted my code to do what `Observable.just` did a while back, what would I use? – Giuliano Condrache Mar 16 '21 at 21:04