LycanPaySDK constructor
const
LycanPaySDK({})
Implementation
const LycanPaySDK(
{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);