AccountTokenisationInsureanceWidget constructor

const AccountTokenisationInsureanceWidget({
  1. Key? key,
  2. required String? authToken,
  3. required String? platform,
  4. required String? tenantId,
  5. String? baseUrl,
  6. required String? transactionId,
})

Implementation

const AccountTokenisationInsureanceWidget({
  Key? key,
  required this.authToken,
  required this.platform,
  required this.tenantId,
  this.baseUrl,
  required this.transactionId,
}) : super(key: key);