class MyPage extends StatelessWidget { @override Widget build(BuildContext context) { return Defaul
For me defining my stream as a global variable worked
Stream infostream (was inside the ...State in a stateful widget i defined it outside the widget and it worked
(not sure if the best solution but give it a try)