SmartCheckoutCallbacks constructor

const SmartCheckoutCallbacks({
  1. dynamic onSuccess(
    1. Map<String, dynamic> result
    )?,
  2. dynamic onError(
    1. Map<String, dynamic> error
    )?,
  3. VoidCallback? onClose,
})

Implementation

const SmartCheckoutCallbacks({this.onSuccess, this.onError, this.onClose});