StartChatContactResponse constructor

StartChatContactResponse({
  1. String? contactId,
  2. String? participantId,
  3. String? participantToken,
})

Implementation

StartChatContactResponse({
  this.contactId,
  this.participantId,
  this.participantToken,
});