onBeginCheckout property
METHOD: onBeginCheckout(ABATransaction transaction)
Triggered when user pressed checkout button
Implementation
final Function(ABATransaction? transaction)? onBeginCheckout;
onBeginCheckout(ABATransaction transaction)
Triggered when user pressed checkout button
final Function(ABATransaction? transaction)? onBeginCheckout;