products property
Stream<LinkFiveProducts>
get
products
All available Products you can offer for purchase to your users
@return a Stream of all available products. null means that we do not have any data yet empty array: we got data but didn't find any subscriptions
Implementation
Stream<LinkFiveProducts> get products => _store.productsStream;