ConstaPaySDK constructor
const
ConstaPaySDK({})
Implementation
const ConstaPaySDK(
{Key? key,
required this.amount,
required this.email,
required this.idTestMode,
required this.invoiceNo,
required this.merchantID,
required this.name,
required this.backCurrentPageNav})
: super(key: key);