onPaymentFail property

dynamic Function(ABATransaction? transaction)? onPaymentFail
final

METHOD: onPaymentFail(ABATransaction transaction)

Triggered when payment transaction was uncompleted User can show any message

Default: toast bar will be showed to describe the problem

Implementation

final Function(ABATransaction? transaction)? onPaymentFail;