Dart Computer Programming for Intermediates: 06 BroadcastStreams

Published: 17 March 2019
on channel: Dash to Dartlang
557
14

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...