Last active
          February 10, 2020 22:44 
        
      - 
      
- 
        Save kwalrath/47b0b093620def0ef842c88bdd96aee5 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | final myStream = NumberCreator().stream.asBroadcastStream(); | |
| final subscription = myStream.listen( | |
| (data) => print('Data: $data'), | |
| ); | |
| final subscription2 = myStream.listen( | |
| (data) => print('Data again: $data'), | |
| ); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment