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/dashtodartlang/4321f58a2d0407e2c200fde2f1711bb7
Download
0 formats
No download links available.
Dart Computer Programming for Intermediates: 06 BroadcastStreams | NatokHD