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