ChatBuilder constructor
ChatBuilder({})
Implementation
ChatBuilder(
{required this.domainBaseUrl,
this.storageFolderName,
required this.iOSContainerID,
required this.licenseKey,
this.enableMobileNumberLogin = false,
this.isTrialLicenceKey = true,
// this.maximumRecentChatPin,
// this.groupConfig,
// bool useProfileName = false,
// this.ivKey,
this.enableDebugLog = false});