onPaymentCallbackReached property
Callback function to handle payment completion.
parameters
is a map containing callback parameters such as OrderNumber, TransactionNo, etc.
Implementation
final Function(Map<String, String> parameters) onPaymentCallbackReached;