activeProducts property
      
      Stream<LinkFiveActiveProducts> 
      get
      activeProducts
      
    
    
All active Products the user purchased
Implementation
Stream<LinkFiveActiveProducts> get activeProducts => _store.activeProductsStream;