processingStateStream property
      
      Stream<ProcessingState> 
      get
      processingStateStream
      
    
    
Stream of processing state updates
Implementation
Stream<ProcessingState> get processingStateStream =>
    _player.processingStateStream;