3

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?

1 Answers1

1

I found it on package's changelog


Observable.just has been replaced with Stream.value