asBroadcastStream

StreamSubscription sc = StreamSubscription();
Stream s = Stream();
sc.addStream(s);
var bs = sc.stream.asBroadcastStream();  // this works

  

posted @ 2019-05-09 16:19  CrossPython  阅读(440)  评论(0编辑  收藏  举报