onBeginCheckTransaction property
METHOD: onBeginCheckTransaction(ABATransaction transaction)
Triggered when user completed transaction payment and current transaction will be started to check if it success or failed
Implementation
final Function(ABATransaction? transaction)? onBeginCheckTransaction;