activeProducts property
Stream<LinkFiveActiveProducts>
get
activeProducts
If the user has an active verified purchase, the stream will contain all necessary information An active product is a verified active subscription the user purchased
@return LinkFiveActiveProducts which can also be null. Please treat it as no active subscription.
LinkFiveActiveProducts.planList is a List of LinkFivePlan verified plans
Implementation
static Stream<LinkFiveActiveProducts> get activeProducts => LinkFivePurchasesImpl().activeProducts;