FastPlanBlocEvent.purchasePlan constructor
FastPlanBlocEvent.purchasePlan(
- String productId
Implementation
FastPlanBlocEvent.purchasePlan(String productId)
: super(
type: FastPlanBlocEventType.purchasePlan,
payload: FastPlanBlocEventPayload(productId: productId),
);