AccountTokenisationWidget constructor
const
AccountTokenisationWidget({})
Implementation
const AccountTokenisationWidget({
super.key,
required this.authToken,
required this.platform,
required this.tenantId,
this.baseUrl,
required this.transactionId,
bool? isVerifyButton,
bool? isInsurance,
}) : this.isVerifyButton = isVerifyButton ?? false,
this.isInsurance = isInsurance ?? false;