onNativePay property
Provide a function that will be triggered once the user clicks on the native button. Can be left null if native option is not to be displayed
Implementation
final void Function(CheckOutResult checkOutResult)? onNativePay;
Provide a function that will be triggered once the user clicks on the native button. Can be left null if native option is not to be displayed
final void Function(CheckOutResult checkOutResult)? onNativePay;