subscriptionStatus
A Stream that emits the user's current subscription status whenever it changes.
This Stream emits SubscriptionStatus
values whenever the user's subscription status changes. Use it to reactively update your UI based on subscription state.
Purpose
Provides a reactive stream of subscription status changes for updating UI and controlling feature access.
Signature
Returns / State
Returns a Stream<SubscriptionStatus>
that emits values whenever the subscription status changes.
Usage
Basic stream subscription:
With SuperwallBuilder widget:
Conditional UI rendering:
How is this guide?