get the number of elements currently pending in a stream

42 Views Asked by At

If I have a StreamContoller and a StreamSubscription and I have called StreamSubscription.pause() how can I get the count of the elements in currently pending in the stream?

0

There are 0 best solutions below