VivantaConnectFlutter constructor

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

Implementation

const VivantaConnectFlutter({
  super.key,
  this.apiKey,
  this.customerId,
  this.externalUserId,
  this.companyId,
  this.token,
});