startCheckout method
Start the checkout process with configurations and callbacks
Implementation
Future<bool> startCheckout({
required Map<String, dynamic> configurations,
Function()? onClose,
Function()? onReady,
Function(String)? onSuccess,
Function(String)? onError,
Function()? onCancel,
}) {
throw UnimplementedError('startCheckout() has not been implemented.');
}