onPaymentSuccess property

FutureOr<void> Function(bool isSuccess)? onPaymentSuccess
final

Optional callback to be triggered upon successful payment with PaymentSuccess.

Implementation

final FutureOr<void> Function(bool isSuccess)? onPaymentSuccess;