PaymentSuccessCallback typedef
PaymentSuccessCallback =
void Function(PaymentResponse response)
Callback function types for payment events
Implementation
typedef PaymentSuccessCallback = void Function(PaymentResponse response);