AuthenticationCheckoutViewModel constructor
AuthenticationCheckoutViewModel({})
Implementation
AuthenticationCheckoutViewModel({
required this.paymentMethodType,
required this.url,
required this.successUrl,
required this.failUrl,
required this.onSuccessCallback,
required this.onFailCallback,
});