ObservableStream<List<Type>> convert to List and/or ObservableList<Type> Flutter Mobx
I have setup a sqlite stream from Drift: Stream<List> into my @oberservable class. I can make it an OberserableStream, but I dont understand how to get the list from the stream. My question is how can I get the list…