SessionRecovery constructor

const SessionRecovery({
  1. bool? allowPromotionCodes,
  2. required bool enabled,
})

recovery_params

Configure a Checkout Session that can be used to recover an expired session.

Implementation

const SessionRecovery({
  this.allowPromotionCodes,
  required this.enabled,
});