currentPlanId property

String? currentPlanId
final

The current plan identifier. This is:

  • On Android: the basePlanId (e.g., "premium", "premium-year")
  • On iOS: the productId (e.g., "com.example.premium_monthly", "com.example.premium_yearly") This provides a unified way to identify which specific plan/tier the user is subscribed to.

Implementation

final String? currentPlanId;