StartVivantaConnect constructor

const StartVivantaConnect({
  1. Key? key,
  2. required String apiKey,
  3. required String customerId,
  4. required String externalUserId,
  5. String? companyId,
})

Implementation

const StartVivantaConnect({
  Key? key,
  required this.apiKey,
  required this.customerId,
  required this.externalUserId,
  this.companyId,
}) : super(key: key);