onPaymentSuccess property
METHOD: onPaymentSuccess(ABATransaction transaction)
Triggered when payment transaction was completed successfully
User can route to another screen after successfully
Default:
navigator to ABACheckoutSuccess()
Implementation
final Function(ABATransaction? transaction)? onPaymentSuccess;