KKiaPay constructor
const
KKiaPay({})
Implementation
const KKiaPay({
Key? key,
required this.amount ,
required this.apikey,
required this.callback,
this.phone,
this.partnerId,
this.countries,
this.reason,
this.data,
this.paymentMethods,
this.sandbox,
this.theme,
this.name,
this.email,
}) : super(key: key);