CompletePayment constructor
const
CompletePayment({})
Implementation
const CompletePayment({
Key? key,
required this.onSuccess,
required this.onError,
required this.onCancel,
required this.services,
required this.url,
required this.executeUrl,
required this.accessToken,
}) : super(key: key);