onPaymentFinished property
A callback triggered when the payment process is finished if the fallBackNamedUrl is Empty .
The callback parameters are:
String: Payment status.String: Transaction reference.String: Amount paid.
Implementation
Function(String, String, String)? onPaymentFinished;