RoyatApplePayButton constructor
RoyatApplePayButton({})
Implementation
RoyatApplePayButton({
Key? key,
required this.order,
required this.merchantId,
required this.customer,
required this.onError,
required this.onTransactionFailure,
required this.onTransactionSuccess,
required this.onAuthentication
});