ChatBuilder constructor

ChatBuilder({
  1. required String domainBaseUrl,
  2. String? storageFolderName,
  3. required String iOSContainerID,
  4. required String licenseKey,
  5. bool enableMobileNumberLogin = false,
  6. bool isTrialLicenceKey = true,
  7. bool enableDebugLog = false,
})

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});