onPaymentSuccess property

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

Callback when payment is successful (URL contains "/success").

Implementation

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