You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamController.broadcast() seems redundant, maybe try to modify it to StreamController().
Although it looks like the ObserverExample uses the stockStream.listen() twice, but since the two StreamControllers are different, So there will be no error exception, it may not be necessary to use StreamController.broadcast().
The text was updated successfully, but these errors were encountered:
StreamController.broadcast() seems redundant, maybe try to modify it to StreamController().
Although it looks like the ObserverExample uses the stockStream.listen() twice, but since the two StreamControllers are different, So there will be no error exception, it may not be necessary to use StreamController.broadcast().
The text was updated successfully, but these errors were encountered: