BroadcastStream is a subtype of a Stream, which can have multiple listen methods. There is no BroadcastStream type, as it is just another Stream. Instead, you have to use the asBroadcastStream method.
code: https://gist.github.com/dashtodartlan...