TamaraCheckout constructor
const
TamaraCheckout(})
Implementation
const TamaraCheckout(
this.checkoutUrl, this.successUrl, this.failUrl, this.cancelUrl,
{Key? key,
this.onPaymentSuccess,
this.onPaymentFailed,
this.onPaymentCanceled})
: super(key: key);