UsePaypal constructor
const
UsePaypal({})
Implementation
const UsePaypal({
Key? key,
required this.onSuccess,
required this.onError,
required this.onCancel,
required this.returnURL,
required this.cancelURL,
required this.transactions,
required this.clientId,
required this.secretKey,
this.sandboxMode = false,
this.note = '',
}) : super(key: key);