InitializeSDKBuilder constructor
InitializeSDKBuilder({})
This constructor allows for the configuration of the SDK initialization process, including specifying storage options, authentication details, and various feature toggles.
Implementation
InitializeSDKBuilder({
this.storageFolderName,
required this.iOSContainerID,
required this.licenseKey,
this.enableMobileNumberLogin = false,
this.chatHistoryEnable,
this.enableDebugLog = false,
this.enablePrivateStorage = false,
});