onTransactionComplete property

dynamic Function(String status, Map<String, dynamic>? response)? onTransactionComplete
final

Callback function for handling the response.

Implementation

final Function(String status, Map<String, dynamic>? response)?
    onTransactionComplete;