FastPlanBlocEvent.planPurchased constructor

FastPlanBlocEvent.planPurchased(
  1. String productId
)

Implementation

FastPlanBlocEvent.planPurchased(String productId)
    : super(
        type: FastPlanBlocEventType.planPurchased,
        payload: FastPlanBlocEventPayload(productId: productId),
      );