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