onPending property

Widget Function(BuildContext context, PaynowPendingState pendingState, List<PaynowCartItem> cart) onPending
latefinal

Showm when waiting for the user to complete the payment

Implementation

late final Widget Function(BuildContext context, PaynowPendingState pendingState, List<PaynowCartItem> cart) onPending;