WhatsAppCredentials constructor

WhatsAppCredentials({
  1. String? authCode,
  2. String? businessAccountId,
  3. String? conversationProfileId,
  4. String? phoneNumber,
  5. String? pin,
  6. String? wabaId,
})

Implementation

WhatsAppCredentials({
  this.authCode,
  this.businessAccountId,
  this.conversationProfileId,
  this.phoneNumber,
  this.pin,
  this.wabaId,
});