SessionRetention constructor

const SessionRetention({
  1. required PortalFlowsCouponOffer couponOffer,
})

retention_param

Specify a retention strategy to be used in the cancellation flow.

Implementation

const SessionRetention({required this.couponOffer});