failure on multiple calls to “first” property in a dart stream
although dart source code cancels the stream subscription, i get a Bad state: Stream has already been listened to
error since the second call to stream.first
.
although dart source code cancels the stream subscription, i get a Bad state: Stream has already been listened to
error since the second call to stream.first
.