FastPlanBlocEvent.purchasePlanCanceled constructor

FastPlanBlocEvent.purchasePlanCanceled(
  1. String productId
)

Implementation

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