customerCallback property

void Function(String?)? customerCallback
final

Optional callback function for customer-specific actions.

This function can be used to handle customer-related events or actions during the payment process.

Note

This field is optional and may be null if not needed.

Implementation

final void Function(String?)? customerCallback;