onPaymentFinished property

dynamic Function(String, String, String)? onPaymentFinished
getter/setter pair

Callback triggered when the payment process finishes.

Return the transaction status, reference, and response as arguments.

Implementation

Function(String, String, String)? onPaymentFinished;