CardKYCFunction constructor
CardKYCFunction({})
Implementation
CardKYCFunction(
{Key? key,
required this.mobile,
required this.template,
required this.env,
required this.onDataResponse})
: super(key: key);